Create Docker Image

  1. Create your own Docker image
  2. Docker Hub search for images
  3. Download image
  4. Use Ubuntu to run a single command
  5. Use Ubuntu interactively
  6. Rerun (restart) stopped instance
  7. Create file in container
  8. Copy file from stopped container
  9. Create image from container
  10. Docker create image manually
  11. Check the history!
  12. Docker create image manually - placeholders
  13. Docker: Empty Ubuntu
  14. Docker: Ubuntu Hello World
  15. Docker: Ubuntu htop
  16. Docker COPY welcome file
  17. Docker curl
  18. Docker image as Curl command
  19. Docker: ENTRYPOINT vs CMD
  20. Docker and environment variables with ENV
  21. Docker with crontab
  22. Docker with crontab with tail
  23. Docker: Mounting host directory
  24. Docker build passing command-line argumens
  25. Exercies 2