@@ -0,0 +1,9 @@
#!/usr/bin/env bash
if command -v dockerd &> /dev/null; then
docker build -t azurite:latest .
elif command -v container &> /dev/null; then
container build -t azurite:latest .
else
echo "Neither supported container runtime found." >&2
exit 1
fi
The note is not visible to the blocked user.