Skip to content

Commit 193eb40

Browse files
authored
Merge pull request #3 from groksrc/master
Updated the readme
2 parents 7d13d3b + dfcc881 commit 193eb40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ just change the file and rebuild.
8989
cd test_image
9090
docker build -t my_image -f tiny.Dockerfile .
9191
docker tag my_image localhost:5000/my_image:first
92-
docker push localhost:500/my_image:first
93-
echo "foo" > message.txt"
92+
docker login -u testuser -p testpasswd https://localhost:5000
93+
docker push localhost:5000/my_image:first
94+
echo "foo" > message.txt
9495
docker build -t my_image -f tiny.Dockerfile .
9596
docker tag my_image localhost:5000/my_image:latest
9697
docker push localhost:500/my_image:latest

0 commit comments

Comments
 (0)