1. Introduction Containers
2. Installation of Docker
3. Create first container
4. Fetch the container image from Docker Hub
5. Run a container in the background
6. Delete containers
7. Get complete details of a running container
8. Check logs and stats of a running container
9. Port forwarding
10. Exec, rename & restart the running container
11. Attach command in Container
12. Killstop, pauseunpause a container
13. Create, start, cp command
14. ExportImport Command in Docker
15. Create a image from running container
16. Pull a specific version image from Docker hub
17. Push your image to docker hub
18. Image history, inspect & remove image