We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6138e5e commit 2ef454fCopy full SHA for 2ef454f
shared/start-buildkit.sh
@@ -16,9 +16,9 @@ fi
16
17
test "$(docker container inspect -f '{{.State.Running}}' buildkit 2> /dev/null)" = "true"
18
if test $? -eq 0; then
19
- echo "Container 'buidlkitd' is already running. Nothing to do."
+ echo "Container 'buildkit' is already running. Nothing to do."
20
else
21
echo "Starting 'buildkit' container ... "
22
docker start buildkit
23
return $?
24
-fi
+fi
0 commit comments