Содержание
- 2. Test on VMs Google form with test:
- 3. Standardized packaging for software and dependencies Isolated applications sharing the same OS kernel Supported on Linux
- 4. Terminology Docker Image The basis of a Docker container. Represents a full application Docker Container The
- 5. Docker Image Examples: Nginx web server, DB server, Nodejs Application Docker Containers Each container is created
- 6. Docker containers are NOT VMs Fundamentally different architectures Easy to manage No need to install separate
- 7. Docker can work on virtual machines
- 8. Using Docker: Build, Ship, Run Workflow Developers IT Operations BUILD Development Environments SHIP Create & Store
- 9. Basic Docker Commands $ docker image pull node:latest $ docker image ls $ docker container run
- 10. Image can be easily created with dockerfile Instructions on how to build a Docker image Looks
- 11. Each Dockerfile Command Creates a Layer Kernel FROM RUN WORKDIR COPY EXPOSE …
- 12. Docker Volumes – how to avoid data loss? Volumes mount a directory on the host into
- 13. Attaching a container directly to you source code folder You can mount local source code into
- 14. Other topics to study at home and on practice classes Networking How to connect containers on
- 16. Скачать презентацию