We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d05486e + 8b0dbd5 commit e307c5cCopy full SHA for e307c5c
beginner/chapters/webapps.md
@@ -422,7 +422,17 @@ Head over to `http://localhost:8888` and your app should be live. **Note** If yo
422
Hit the Refresh button in the web browser to see a few more cat images.
423
424
### 2.3.4 Push your image
425
-Now that you've created and tested your image, you can push it to [Docker Hub](https://hub.docker.com). All you have to do is:
+Now that you've created and tested your image, you can push it to [Docker Hub](https://hub.docker.com).
426
+
427
+First you have to login to your Docker hub account, to do that:
428
429
+```
430
+docker login
431
432
433
+Enter `YOUR_USERNAME` and `password` when prompted.
434
435
+Now all you have to do is:
436
437
```
438
docker push YOUR_USERNAME/myfirstapp
0 commit comments