moved to https://gitlab.com/t-systems-devops-school/2-Containers
- Create a volume in Docker
- Run any 2 containers (e.g tomcat:latest) and attached the volume to the first container in RO mode and to the second in RW mode
- Do
docker inspect
for containers and send screenshots with RO/RW mode of the attached volume in the chat. Remember about homework hashtags
- Create 2 Dockerfiles to containerize backend and frontend
- Create docker-compose.yml and include these 2 containerized application plus postgeaql image for deploymet of DB for backend
- Run
docker-compose
to build images and deploy - Check that course project is up and running
- Send screenhost of docker-compose.yml file in the chat with homework hashtags
- Docker compose
- Best practices for writing Dockerfiles
- Using Docker-in-Docker for your CI or testing environment? Think twice
- Docker cheat sheet
- Java inside Docker
- Entrypoint vs CMD
- The Missing Introduction To Containerization
- Learn to build and deploy your distributed applications easily to the cloud with Docker
- You Don’t Have to Use Docker Anymore
- Dockerfile linter, validate inline bash, written in Haskell
- Secure Your Containers with this One Weird Trick
- Why top and free inside containers don't show the correct container memory
- 7 Docker Tips