-
Introduction Of Container
-
What Are Container?
-
Why are containers important?
-
Host, Virtual Machine and Container
-
Orientation To The Lab Environtment
-
Lab 1.1 Preparation of Lab Environment
-
Docker installation
-
Docker products
-
Docker Release Cycle
-
Lab 2.1 : Installing Docker CE on Linux
-
Lab 2.2 : Docker command-line client
-
Managing Docker Container
-
Managing the Life Cycle of Containers - Part 1
-
Managing the Life Cycle of Containers - Part 2
-
Docker Volume ( Attaching Docker Persistent Storage )
-
Docker Network ( Accessing Docker Networks )
-
Lab 3.1: Attaching persistent volume to NGINX
-
Lab 3.2 : Docker Default Bridge Network
-
Lab 3.3 : Docker User-Defined Bridge Network
-
Quiz
-
Creating Custom Docker Container Image
-
Docker images
-
Building Custom Container Images with Dockerfile
-
Reviewing the Dockerfile in Depth
-
Lab 4.1: Creating Custom Container Images Part 1
-
Lab 4.2: Creating Custom Container Images Part 2
-
Quiz
-
Managing Docker Container Images
-
Docker Registry
-
Manipulating Container Images
-
Lab 5.1 Pushing your own image
-
Quiz
-
Docker Compose
-
Introducing Docker Compose
-
Running a multi-service app
-
Building images with Docker Compose
-
Running an application with Docker Compose
-
Scaling a service
-
lab 6.1 Running a Docker Compose & app.py
-
Quiz
-
Comprehensive
-
Summary
Comprehensive 02
1. Create 3 container, with the following conditions :
## Container 1 :
Name : ct-one
Image : alpine
Hostname : box1
Expose Port : 3310
## Container 2 :
Name: ct-two
Image: nginx
Hostname: box2
Expose Port : 3320
## Container 3 :
Name: ct-three
Image: httpd
Hostname : box3
Expose Port : 3330
Verify the hostname & IP for each container. [screenshot-7-2-1]
make sure Container1 can only be accessed from Container3, verify the ping to each container. Name it [screenshot-7-2-2]
Daftar Materi
-
Introduction Of Container
-
What Are Container?
-
Why are containers important?
-
Host, Virtual Machine and Container
-
Orientation To The Lab Environtment
-
Lab 1.1 Preparation of Lab Environment
-
Docker installation
-
Docker products
-
Docker Release Cycle
-
Lab 2.1 : Installing Docker CE on Linux
-
Lab 2.2 : Docker command-line client
-
Managing Docker Container
-
Managing the Life Cycle of Containers - Part 1
-
Managing the Life Cycle of Containers - Part 2
-
Docker Volume ( Attaching Docker Persistent Storage )
-
Docker Network ( Accessing Docker Networks )
-
Lab 3.1: Attaching persistent volume to NGINX
-
Lab 3.2 : Docker Default Bridge Network
-
Lab 3.3 : Docker User-Defined Bridge Network
-
Quiz
-
Creating Custom Docker Container Image
-
Docker images
-
Building Custom Container Images with Dockerfile
-
Reviewing the Dockerfile in Depth
-
Lab 4.1: Creating Custom Container Images Part 1
-
Lab 4.2: Creating Custom Container Images Part 2
-
Quiz
-
Managing Docker Container Images
-
Docker Registry
-
Manipulating Container Images
-
Lab 5.1 Pushing your own image
-
Quiz
-
Docker Compose
-
Introducing Docker Compose
-
Running a multi-service app
-
Building images with Docker Compose
-
Running an application with Docker Compose
-
Scaling a service
-
lab 6.1 Running a Docker Compose & app.py
-
Quiz
-
Comprehensive
-
Summary