Skip to content

g0t4/course-managing-docker-linux-servers

Repository files navigation

Course Managing Docker on Linux Servers

This is the official example repository for course exercise files for my Pluralsight course Managing Docker on Linux Servers.

Course link - MAY NOT YET BE LIVE FOR A FEW MORE DAYS

Organization

  • installing
    • Various examples sprinkled throughout the course.
    • Try them all!
  • securing
    • api-security
      • sample API calls - used to demo power of API and why it needs to be secured
    • secured VM
      • for API TLS config experimentation
  • containerds
    • alone
      • install containerd from pre-built binaries
    • alone-pkg
      • install containerd from a package
  • updating/ubuntu
    • fully automated example of updating with ubuntu to experiment with including updating with state (containers, volumes, images)

Optional files:

  • [Prettier formatting]
  • .vscode
    • to pass along recommended extensions and config
  • host-mods
    • I used this ansible playbook to add entries to my host's host file.

The master branch contains the history of commits from zero to finished so you can step through the course history as the samples are developed. Enjoy!

Index of Examples

  • Step by step install of Docker on Centos Linux 8, this example is meant to break down the general steps to build a learning VM (regardless the distro you chose and the general package management steps necessary to install docker with the bundled OS package manager, yum in the case of CentOS)

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages