Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1044 from zisisli/master
Browse files Browse the repository at this point in the history
added missing slash in URLs (setup summary output)
  • Loading branch information
mssola authored Aug 26, 2016
2 parents c5323b0 + 8154c82 commit bf04374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ printf "\n"
echo "To push an image to the private registry:"
printf "\n"
echo " $ docker pull busybox"
echo " $ docker tag busybox ${EXTERNAL_IP}:5000/<username>busybox"
echo " $ docker push ${EXTERNAL_IP}:5000/<username>busybox"
echo " $ docker tag busybox ${EXTERNAL_IP}:5000/<username>/busybox"
echo " $ docker push ${EXTERNAL_IP}:5000/<username>/busybox"

0 comments on commit bf04374

Please sign in to comment.