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
- 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
- api-security
- containerds
- updating/ubuntu
- fully automated example of updating with ubuntu to experiment with including updating with state (containers, volumes, images)
- [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!
- 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)
- Vagrant - all my tips and notes that are relevant
- Docker docs
- I like the new emphasis on types of docs that I frequently visit
- Install
- Guides
- References
- Dockerfile, docker-compose syntax
- docker CLI and dockerd flags/config
- API docs (both Engine and Registry)
- Glossary