{"course":{"productid":35267,"modality":6,"active":true,"language":"fr","title":"Docker (GL340)","productcode":"H0DS3S","vendorcode":"HP","vendorname":"HP","fullproductcode":"HP-H0DS3S","courseware":{"has_ekit":false,"has_printkit":true,"language":""},"url":"https:\/\/portal.flane.ch\/course\/hewlettpackard-h0ds3s","essentials":"<ul>\n<li>Proficiency with the Linux CLI<\/li><li>A broad understanding of Linux system administration<\/li><\/ul>","contents":"<p>Container Technology Overview\nInstalling Docker\nManaging Containers\nManaging Images\nCreating Images with Dockerfile\nDocker Volumes\nDocker Compose\/Swarm\nDocker Networking\nDocker Logging<\/p>","outline":"<h5>Container Technology Overview <\/h5><ul>\n<li>Application management landscape<\/li><li>Application isolation<\/li><li>Resource measurement and control<\/li><li>Container security<\/li><li>OverlayFS overview<\/li><li>Container security<\/li><li>Open container initiative<\/li><li>Docker alternatives<\/li><li>Docker ecosystem<\/li><li><h5>Lab Tasks<\/h5>\n<ul>\n<li>Container concepts runC<\/li><li>Container concepts Systemd<\/li><\/ul><\/li><\/ul>\n<h5>Installing Docker<\/h5><ul>\n<li>Installing Docker<\/li><li>Docker architecture<\/li><li>Starting the Docker daemon<\/li><li>Docker daemon configuration<\/li><li>Docker control socket<\/li><li>Enabling TLS for Docker<\/li><li>Validating Docker install<\/li><li><h5>Lab Tasks<\/h5>\n<ul>\n<li>Installing Docker<\/li><li>Protecting Docker with TLS<\/li><\/ul><\/li><\/ul><h5>Managing Containers <\/h5><ul>\n<li>Creating a new container<\/li><li>Listing containers<\/li><li>Managing container resources<\/li><li>Running commands in an existing container<\/li><li>Interacting with a running container<\/li><li>Stopping, starting, and removing containers<\/li><li>Copying files in\/out of containers<\/li><li>Inspecting and updating containers<\/li><li>Docker output filtering and formatting<\/li><li>Lab Tasks<\/li><li>Managing containers<\/li><li>Configure a Docker container to start at boot<\/li><\/ul><h5>Managing Images<\/h5><ul>\n<li>Docker images<\/li><li>Listing and removing images<\/li><li>Searching for images<\/li><li>Downloading images<\/li><li>Uploading images<\/li><li>Export\/import images<\/li><li>Save\/load images<\/li><li>Committing changes<\/li><li><h5>Lab Tasks<\/h5><\/li><li><ul>\n<li>Docker images<\/li><li>Docker platform images<\/li><\/ul><\/li><\/ul>\n<h5>Creating Images with Dockerfile<\/h5>\n<ul>\n<li>Dockerfile<\/li><li>Caching<\/li><li>Docker image build<\/li><li>Dockerfile instructions<\/li><li>ENV and WORKDIR<\/li><li>Running commands<\/li><li>Getting files into the image<\/li><li>Defining container executable<\/li><li>HEALTHCHECK<\/li><li>Best practices<\/li><li>Multi-stage builds with Dockerfile<\/li><li><h5>Lab Tasks<\/h5>\n<ul>\n<li>Dockerfile fundamentals<\/li><li>Optimizing image build size<\/li><li>Image builds and caching<\/li><\/ul><\/li><\/ul><h5>Docker Volumes<\/h5><ul>\n<li>Volume concepts<\/li><li>The Docker volume command<\/li><li>Creating and using internal volumes<\/li><li>Internal volume drivers<\/li><li>Removing volumes<\/li><li>Creating and using external volumes<\/li><li>SELinux considerations<\/li><li>Mapping devices<\/li><li><h5>Lab Tasks<\/h5>\n<ul>\n<li>Docker internal volumes<\/li><li>Docker external volumes<\/li><\/ul><\/li><\/ul>\n<h5>Docker Compose\/Swarm<\/h5><ul>\n<li>Writing YAML files<\/li><li>Concepts<\/li><li>Compose CLI<\/li><li>Defining a service set<\/li><li>Compose versions<\/li><li>Docker Engine swarm mode<\/li><li>Docker swarm terms<\/li><li>Docker swarm command overview<\/li><li>Creating a swarm<\/li><li>Creating services<\/li><li>Creating secrets<\/li><li>Stack files<\/li><li>Stack command<\/li><li>Swarm placements<\/li><li>Swarm resource limits and reservations<\/li><li>Swarm networking<\/li><li>Swarm networking troubleshooting<\/li><\/ul><h5>Docker Networking<\/h5><ul>\n<li>Overview<\/li><li>Data link layer details<\/li><li>Network layer details<\/li><li>Hostnames and DNS<\/li><li>Service reachability<\/li><li>Container to container communication<\/li><li>Container to container: links<\/li><li>Container to container: private network<\/li><li>Managing private networks<\/li><li>Remote host to container<\/li><li><h5>Lab Tasks<\/h5>\n<ul>\n<li>Docker networking<\/li><li>Exposing ports<\/li><\/ul><\/li><\/ul>\n<h5>Docker Logging<\/h5>\n<ul>\n<li>Docker logging<\/li><li>Docker logging with json-file and journald<\/li><li>Docker logging with syslog<\/li><li>Docker logging with Graylog or Logstash<\/li><li>Docker logging with Fluentd<\/li><li>Docker logging with Amazon or Google<\/li><li>Docker logging with Splunk<\/li><li><h5>Lab Tasks<\/h5>\n<ul>\n<li>Logging to syslog Appendix A<\/li><li>Docker Registry Lab Tasks<\/li><\/ul><\/li><\/ul>","summary":"<p>This course covers all the core features of Docker including \ncontainer creation and management, interacting with Docker \nhub, using Dockerfile to create and manage custom images, \nadvanced Docker networking (how to safely expose container \nservices to the world, and link containers), the use of Docker \nvolumes to manage persistent data, and Docker Compose \nto build multi-container applications. Emphasis is placed on \nbest practices and how to secure Docker installations and \ncontainers. The course culminates with comprehensive labs \nwhere students use Docker, Git, and a continuous integration \nserver to automate the testing of containerized applications.<\/p>","essentials_plain":"- Proficiency with the Linux CLI\n- A broad understanding of Linux system administration","contents_plain":"Container Technology Overview\nInstalling Docker\nManaging Containers\nManaging Images\nCreating Images with Dockerfile\nDocker Volumes\nDocker Compose\/Swarm\nDocker Networking\nDocker Logging","outline_plain":"Container Technology Overview \n\n\n- Application management landscape\n- Application isolation\n- Resource measurement and control\n- Container security\n- OverlayFS overview\n- Container security\n- Open container initiative\n- Docker alternatives\n- Docker ecosystem\n- Lab Tasks\n\n\n\n- Container concepts runC\n- Container concepts Systemd\n\nInstalling Docker\n\n\n- Installing Docker\n- Docker architecture\n- Starting the Docker daemon\n- Docker daemon configuration\n- Docker control socket\n- Enabling TLS for Docker\n- Validating Docker install\n- Lab Tasks\n\n\n\n- Installing Docker\n- Protecting Docker with TLS\nManaging Containers \n\n\n- Creating a new container\n- Listing containers\n- Managing container resources\n- Running commands in an existing container\n- Interacting with a running container\n- Stopping, starting, and removing containers\n- Copying files in\/out of containers\n- Inspecting and updating containers\n- Docker output filtering and formatting\n- Lab Tasks\n- Managing containers\n- Configure a Docker container to start at boot\nManaging Images\n\n\n- Docker images\n- Listing and removing images\n- Searching for images\n- Downloading images\n- Uploading images\n- Export\/import images\n- Save\/load images\n- Committing changes\n- Lab Tasks\n- - Docker images\n- Docker platform images\n\nCreating Images with Dockerfile\n\n\n\n- Dockerfile\n- Caching\n- Docker image build\n- Dockerfile instructions\n- ENV and WORKDIR\n- Running commands\n- Getting files into the image\n- Defining container executable\n- HEALTHCHECK\n- Best practices\n- Multi-stage builds with Dockerfile\n- Lab Tasks\n\n\n\n- Dockerfile fundamentals\n- Optimizing image build size\n- Image builds and caching\nDocker Volumes\n\n\n- Volume concepts\n- The Docker volume command\n- Creating and using internal volumes\n- Internal volume drivers\n- Removing volumes\n- Creating and using external volumes\n- SELinux considerations\n- Mapping devices\n- Lab Tasks\n\n\n\n- Docker internal volumes\n- Docker external volumes\n\nDocker Compose\/Swarm\n\n\n- Writing YAML files\n- Concepts\n- Compose CLI\n- Defining a service set\n- Compose versions\n- Docker Engine swarm mode\n- Docker swarm terms\n- Docker swarm command overview\n- Creating a swarm\n- Creating services\n- Creating secrets\n- Stack files\n- Stack command\n- Swarm placements\n- Swarm resource limits and reservations\n- Swarm networking\n- Swarm networking troubleshooting\nDocker Networking\n\n\n- Overview\n- Data link layer details\n- Network layer details\n- Hostnames and DNS\n- Service reachability\n- Container to container communication\n- Container to container: links\n- Container to container: private network\n- Managing private networks\n- Remote host to container\n- Lab Tasks\n\n\n\n- Docker networking\n- Exposing ports\n\nDocker Logging\n\n\n\n- Docker logging\n- Docker logging with json-file and journald\n- Docker logging with syslog\n- Docker logging with Graylog or Logstash\n- Docker logging with Fluentd\n- Docker logging with Amazon or Google\n- Docker logging with Splunk\n- Lab Tasks\n\n\n\n- Logging to syslog Appendix A\n- Docker Registry Lab Tasks","summary_plain":"This course covers all the core features of Docker including \ncontainer creation and management, interacting with Docker \nhub, using Dockerfile to create and manage custom images, \nadvanced Docker networking (how to safely expose container \nservices to the world, and link containers), the use of Docker \nvolumes to manage persistent data, and Docker Compose \nto build multi-container applications. Emphasis is placed on \nbest practices and how to secure Docker installations and \ncontainers. The course culminates with comprehensive labs \nwhere students use Docker, Git, and a continuous integration \nserver to automate the testing of containerized applications.","version":"1.0","duration":{"unit":"d","value":3,"formatted":"3 jours"},"pricelist":{"List Price":{"DE":{"country":"DE","currency":"EUR","taxrate":19,"price":2250},"AT":{"country":"AT","currency":"EUR","taxrate":20,"price":2250},"SI":{"country":"SI","currency":"EUR","taxrate":20,"price":2250}}},"lastchanged":"2025-01-09T09:25:32+01:00","parenturl":"https:\/\/portal.flane.ch\/swisscom\/fr\/json-courses","nexturl_course_schedule":"https:\/\/portal.flane.ch\/swisscom\/fr\/json-course-schedule\/35267","source_lang":"fr","source":"https:\/\/portal.flane.ch\/swisscom\/fr\/json-course\/hewlettpackard-h0ds3s"}}