We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d13d3b commit dfcc881Copy full SHA for dfcc881
README.md
@@ -89,8 +89,9 @@ just change the file and rebuild.
89
cd test_image
90
docker build -t my_image -f tiny.Dockerfile .
91
docker tag my_image localhost:5000/my_image:first
92
-docker push localhost:500/my_image:first
93
-echo "foo" > message.txt"
+docker login -u testuser -p testpasswd https://localhost:5000
+docker push localhost:5000/my_image:first
94
+echo "foo" > message.txt
95
96
docker tag my_image localhost:5000/my_image:latest
97
docker push localhost:500/my_image:latest
0 commit comments