Docker is the leading containerization platform. If you are using containers, you are likely using Docker. In order to work with Docker, you must have the Docker daemon, and CLI available. This lab teaches you how to set up your environment, so you can get started working with Docker today!
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Install Docker
- Install the latest version of Docker from Docker’s repository.
- Enable the Docker Daemon
- Using
systemd
, start the Docker daemon, and set it to run at startup.
- Using
- Configure User Permissions
- Add your user to the
docker
group.
- Add your user to the
- Run a Test Image
- Run the
hello-world
image to ensure everything was installed properly.
- Run the