edit on README for dockerhub use

docker-dev-guide_2
Jason Zhu 2020-12-07 16:03:57 +11:00
parent 426bd73c51
commit ac926e9789
1 changed files with 4 additions and 1 deletions

View File

@ -41,4 +41,7 @@ The compose file is `docker-compose.yaml` in PWD
2. Enter Username & Password
3. Now computer has login DockerHub successfully
3. Go to Docker hub, create the `first-public-dockerhub-image` repository
4. Go to command line, push the image `docker push cruxligh/first-public-dockerhub-image`
4. Go to command line, push the image `docker push cruxligh/first-public-dockerhub-image`
References:
1. How to register a dockerhub registry: [Docker Hub QuickStart](https://docs.docker.com/docker-hub/)