
This webinar will show you how to containerize a web application from scratch. We’ll take a sample web application written in PHP and deploy it inside a Docker container, will use a Dockerfile to create a custom Docker image and show how to use the command line and docker-compose to deploy the container. Finally, we will orchestrate the deployment on a production-grade container platform using Docker Swarm.
Audience
Developers and System Engineers
Topics
- Sample web application (traditional deployment vs containerized deployment)
- Docker containers fundamentals (Linux namespaces and control groups)
- Docker images (Dockerfiles and custom container filesystems)
- Docker volumes (how to inject data inside a container)
- Docker networks (how to publish a container service)
- Docker compose (how to deploy an application on a standalone Docker server)
- Docker Swarm (how to deploy an application on a production-grade container platform)