Search our courses
Training

Linux containers are changing the way companies think about service development and deployment. Containers play a vital role in the modern data-center, and Docker is leading the way. This Docker training course covers all the core features of Docker including: container creation and management, interacting with Docker hub, using Dockerfile to create and manage custom images, advanced Docker networking (how to safely expose container services to the world, and link containers), the use of Docker volumes to manage persistent data, and Docker Compose to build multi-container applications. Emphasis is placed on best practices and how to secure Docker installations and containers. The course culminates with comprehensive labs where students use Docker, Git, and a continuous integration server to automate the testing of containerized applications.

Many large companies are moving an increasing number of applications to run inside containers. Containers can provide a high level of security while also making maximal use of hardware allowing higher density than traditional VMs. Docker is a dominant force in Linux containers and the core building block for nearly all higher level container management systems. This training will get sysadmins proficient with Docker so that they can immediately be productive as organizations continue to move applications onto containers.

 

Supported Distributions:

  • Red Hat Enterprise Linux 7
  • Ubuntu 16.04 LTS

 

Testimonials:

“Very good. The lab setup was excellent.” Oct '19

 

“Great instructor, excellent, detailed notes.” Oct '19

 

“The course was very useful to giving me a general understanding of how Docker actually interacts and is used in the company.” Oct '19

 

“I really enjoyed my experience and have learnt valuable information which can be used in my daily role.  An excellent instructor.” Oct '19

 

“A fantastic instructor. Overall, I found the course very interesting and useful. I now look forward to future workplace trainings.” Oct '19

 

“Very extensive course material, all broken down into step by step approaches which was easy to follow with an awesome VM environment providing all the prerequisites. All delivered by a super friendly and very informative instructor.” Oct '19

 

“The instructor was great. Very knowledgeable and able to answer any questions. Very detailed course, presented in an interesting and relaxed manner. Pace of the course was spot-on too.” Oct '19

 

“Very positive experience. A lot of useful practice exercises.” Oct '19

 

“The course was outstanding, beyond my expectation.” Oct '19

 

“I particularly liked the heavy hands on sessions that went on with the training. Other than that, really liked Mark's training style. His experience in the field really shines through.” Feb ‘19

 

‘’Extremely broad knowledge of instructor was very impressive. Timing, labs, execution – everything was really great.’’ Feb ‘19

Docker

Course Code

GTDK1

Duration

3 Days

Course Fee

€1,375.00

Accreditation

N/A

Target Audience

  • This course covers all the core Docker concepts and is appropriate both for systems administrators who will need to install and manage Docker hosts, and developers who want to use Docker containers.

Attendee Requirements

  • Proficiency with the Linux CLI. A broad understanding of Linux system administration.

Ways to Attend this Course

Expand all

Course Description

Linux containers are changing the way companies think about service development and deployment. Containers play a vital role in the modern data-center, and Docker is leading the way. This Docker training course covers all the core features of Docker including: container creation and management, interacting with Docker hub, using Dockerfile to create and manage custom images, advanced Docker networking (how to safely expose container services to the world, and link containers), the use of Docker volumes to manage persistent data, and Docker Compose to build multi-container applications. Emphasis is placed on best practices and how to secure Docker installations and containers. The course culminates with comprehensive labs where students use Docker, Git, and a continuous integration server to automate the testing of containerized applications.

Many large companies are moving an increasing number of applications to run inside containers. Containers can provide a high level of security while also making maximal use of hardware allowing higher density than traditional VMs. Docker is a dominant force in Linux containers and the core building block for nearly all higher level container management systems. This training will get sysadmins proficient with Docker so that they can immediately be productive as organizations continue to move applications onto containers.

 

Supported Distributions:

  • Red Hat Enterprise Linux 7
  • Ubuntu 16.04 LTS

 

Testimonials:

“Very good. The lab setup was excellent.” Oct '19

 

“Great instructor, excellent, detailed notes.” Oct '19

 

“The course was very useful to giving me a general understanding of how Docker actually interacts and is used in the company.” Oct '19

 

“I really enjoyed my experience and have learnt valuable information which can be used in my daily role.  An excellent instructor.” Oct '19

 

“A fantastic instructor. Overall, I found the course very interesting and useful. I now look forward to future workplace trainings.” Oct '19

 

“Very extensive course material, all broken down into step by step approaches which was easy to follow with an awesome VM environment providing all the prerequisites. All delivered by a super friendly and very informative instructor.” Oct '19

 

“The instructor was great. Very knowledgeable and able to answer any questions. Very detailed course, presented in an interesting and relaxed manner. Pace of the course was spot-on too.” Oct '19

 

“Very positive experience. A lot of useful practice exercises.” Oct '19

 

“The course was outstanding, beyond my expectation.” Oct '19

 

“I particularly liked the heavy hands on sessions that went on with the training. Other than that, really liked Mark's training style. His experience in the field really shines through.” Feb ‘19

 

‘’Extremely broad knowledge of instructor was very impressive. Timing, labs, execution – everything was really great.’’ Feb ‘19

Course Outline

1. Container Technology Overview

  1. Instructor – Docker Demo
  2. Application Management Landscape
  3. Application Isolation
  4. Resource Measurement and Control
  5. Container Security
  6. OverlayFS Overview
  7. Container Security
  8. Open Container Initiative
  9. Docker Alternatives
  10. Docker Ecosystem
  11. Docker Ecosystem (cont.)

Lab Tasks

  1. Container Concepts runC
  2. Container Concepts Systemd

2. Installing Docker

  1. Installing Docker
  2. Docker Architecture
  3. Starting the Docker Daemon
  4. Docker Daemon Configuration
  5. Docker Control Socket
  6. Enabling TLS for Docker
  7. Validating Docker Install

Lab Tasks

  1. Installing Docker
  2. Protecting Docker with TLS

3. Managing Containers

  1. Creating a New Container
  2. Listing Containers
  3. Managing Container Resources
  4. Running Commands in an Existing Container
  5. Interacting with a Running Container
  6. Stopping, Starting, and Removing Containers
  7. Copying files in/out of Containers
  8. Inspecting and Updating Containers
  9. Docker Output Filtering & Formatting

Lab Tasks

  1. Managing Containers
  2. Configure a docker container to start at boot.

4. Managing Images

  1. Docker Images
  2. Listing and Removing Images
  3. Searching for Images
  4. Downloading Images
  5. Uploading Images
  6. Export/Import Images
  7. Save/Load Images
  8. Committing Changes

Lab Tasks

  1. Docker Images
  2. Docker Platform Images

5. Creating Images with Dockerfile

  1. Dockerfile
  2. Caching
  3. docker image build
  4. Dockerfile Instructions
  5. ENV and WORKDIR
  6. Running Commands
  7. Getting Files into the Image
  8. Defining Container Executable
  9. HEALTHCHECK
  10. Best Practices
  11. Multi-Stage builds with Dockerfile

Lab Tasks

  1. Dockerfile Fundamentals
  2. Optimizing Image Build Size
  3. Image Builds and Caching

6. Docker Volumes

  1. Volume Concepts
  2. The docker volume Command
  3. Creating and Using Internal Volumes
  4. Internal Volume Drivers
  5. Removing Volumes
  6. Creating and Using External Volumes
  7. SELinux Considerations
  8. Mapping Devices

Lab Tasks

  1. Docker Internal Volumes
  2. Docker External Volumes

7. Docker Compose/Swarm

  1. Writing YAML Files
  2. Concepts
  3. Compose CLI
  4. Defining a Service Set
  5. Compose Versions
  6. Docker Engine Swarm Mode
  7. Docker Swarm Terms
  8. Docker Swarm Command Overview
  9. Creating a Swarm
  10. Creating Services
  11. Creating Secrets
  12. Stack Files
  13. Stack Command
  14. Swarm Placements
  15. Swarm Resource Limits & Reservations
  16. Swarm Networking
  17. Swarm Networking Troubleshooting

Lab Tasks

  1. Docker Compose
  2. Docker Engine Swarm Mode

8. Docker Networking

  1. Overview
  2. Data-Link Layer Details
  3. Network Layer Details
  4. Hostnames and DNS
  5. Service Reachability
  6. Container to Container Communication
  7. Container to Container: Links (deprecated)
  8. Container to Container: Private Network
  9. Managing Private Networks
  10. Remote Host to Container

Lab Tasks

  1. Docker Networking
  2. Exposing Ports
  3. Docker Networking

9. Docker Logging

  1. Docker Logging
  2. Docker Logging with json-file and journald
  3. Docker Logging with syslog
  4. Docker Logging with Graylog or Logstash
  5. Docker Logging with Fluentd
  6. Docker Logging with Amazon or Google
  7. Docker Logging with Splunk

Lab Tasks

  1. Logging to syslog

A. Docker Registry Lab Tasks

  1. Docker Registry
  2. Docker Registry (secured)
  3. Docker Content Trust
Learning Path

There are a number of courses which you can attend on completion of our Docker course. Perhaps have a look in the following categories on our website. You can contact us at any time to discuss your exact business needs.

Ways to Attend
  • Attend a public course, if there is one available. Please check our schedule, or register your interest in joining a course in your area.
  • Private onsite Team training also available, please contact us to discuss. We can customise this course to suit your business requirements.

Private Team Training is available for this course

We deliver this course either on or off-site in various regions around the world, and can customise your delivery to suit your exact business needs. Talk to us about how we can fine-tune a course to suit your team's current skillset and ultimate learning objectives.

Private Team Training | Contact us

Technical ICT learning & mentoring services

Private Team Training

Our instructors are specialist consultants with vast real world experience and expertise allowing them to design and deliver client-focused courses for your organisation.

Learn more about our Private Team Training

What Our Clients Say

"Absolutely fantastic training. Thoroughly enjoyed it thanks to our highly enthusiastic tutor.  It wouldn't be an understatement to say that it was the best professional training that I have ever received."

 

Customised Linux with Networking

Live Online -  February 2022

 

"The course content was very good. When needed, the Instructor was extending the content of the course with hints and tips to help us understand different topics that were covered in the course."

 

Kubernetes Administration Certification - GTLFK

Live Online June 2021

 

 

 

“The course was held at the highest possible standards, the instructor was excellent, well prepared, well informed, and clearly an SME. Top marks.”

 

Professional Cloud Service Manager - GTC13

Live Online December 2021

 

“Very engaging and practical course so hope to be able to put the learning into practice.”

 

Being Agile in Business - GTBAB

Live Online September 2021

 

“Great instructor, who encouraged active participation. The breakout groups and exercises kept the group engaged and the content relevant to our own products”.

 

Site Reliability Engineering Foundation - GTDSRE

Live Online January 2022

 

 

 

"Intelligence is the ability to avoid doing work, yet
getting the work done"

Linus Torvalds, creator of Linux and GIT

Technical ICT learning & mentoring services

About GuruTeam

GuruTeam is a high-level ICT Learning, Mentoring and Consultancy services company. We specialise in delivering instructor-led on and off-site training in Blockchain, Linux, Cloud, Big Data, DevOps, Kubernetes, Agile, Software & Web Development technologies. View our Testimonials

Download our eBrochure
Our Accreditation Partners
  •  
  •  
  •  

 

Upcoming Courses

Kubernetes Administration

28th - 31st May 2024

11th - 24th June 2024

18th - 21st June 2024

 Live Online

 

This Kubernetes Administration Certification training course is suitable for anyone who wants to learn the skills necessary to build and administer a Kubernetes cluster

Learn More

RUST

28th - 31st May 2024

11th - 14th June 2024

18th - 21st June 2024

 Live Online

This course will help you understand what Rust applications look like, how to write Rust applications properly, and how to get the most out of the language and its libraries.

Learn More

Introduction to Python 3 

7th - 9th May 2024

4th - 6th June 2024

 

Live Online

This Introduction to Python 3 training course is designed for anyone who needs to learn how to write programs in Python or support/modify existing programs.

 

Learn More

 GO LANG TRAINING

28th - 31st May 2024

11th - 14th June 2024

18th - 21st June 2024

 

Live Online        

 

This Go language programming training course will help you understand how Go works, and immediately be more productive. If you are building a team using Go, this will be a great opportunity to get your team on the same page and speaking the same language. Innovative lab exercises and code samples are provided to reinforce skills and quickly master the topics.

Learn More

Newsletter

Stay up to date, receive updates on scheduled dates, new courses, offers, and events.

Subscribe to our Newsletter