Docker Installation Guide
Created Dec. 3, 2023, 7:10 p.m.
Modified Dec. 3, 2023, 7:25 p.m.
Docker installation procedure:
1) Navigate to the Get Started with Docker page and download your version of Docker
2) Run the desktop installer
3) Restart your computer and accept the terms
4) Make an account (preferably linked to your GitHub account)
5) In your command line, run the following command to make sure that Docker was installed:
1) docker --version
6) If this works, then you can run Docker's test image using the following commands
1) docker run hello-world
2) docker info
7) If that works, Docker has been installed correctly!