Skip to content

Commit e507e60

Browse files
committed
add small sleep
1 parent 02c79e2 commit e507e60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ local-registry: .env ## creates a local docker registry and configure simcore to
671671
sudo mv /tmp/daemon.json /etc/docker/daemon.json &&\
672672
echo restarting engine... &&\
673673
sudo service docker restart &&\
674+
sleep 5 &&\
674675
echo done)
675676

676677
@$(if $(shell docker ps --format="{{.Names}}" | grep registry),,\

0 commit comments

Comments
 (0)