Create Docker Image
- Create your own Docker image
- Docker Hub search for images
- Download image
- Use Ubuntu to run a single command
- Use Ubuntu interactively
- Rerun (restart) stopped instance
- Create file in container
- Copy file from stopped container
- Create image from container
- Docker create image manually
- Check the history!
- Docker create image manually - placeholders
- Docker: Empty Ubuntu
- Docker: Ubuntu Hello World
- Docker: Ubuntu htop
- Docker COPY welcome file
- Docker curl
- Docker image as Curl command
- Docker: ENTRYPOINT vs CMD
- Docker and environment variables with ENV
- Docker with crontab
- Docker with crontab with tail
- Docker: Mounting host directory
- Docker build passing command-line argumens
- Exercies 2