Skip to content

Commit

Permalink
feat(registry): automate re-start docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Jul 21, 2022
1 parent 35a241a commit 1095984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restartRegistry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ kill -9 $(lsof -t -i:8081)
docker run --detach --publish 5000:5000 --restart=unless-stopped --name registry --volume registry:/var/lib/registry registry:2.7.1

# Relaunch registry service
./registry -port 8081 2>log.txt &
./registry -port 8081 2>log.txt &

0 comments on commit 1095984

Please sign in to comment.