Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 698 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 698 Bytes

<-- Back

Docker

Docker is a service that allows you to run applications in containers without installing the programs on your actual machine. This allows for a standardized environment for running applications, and makes it easier to share code with others. It also takes a lot of debugging off your hands when working across different computers and team members.

Install Docker

Follow the instructions on this website to install docker.

Configure Docker in WSL

Follow the instructions on this website to make docker commands available in the WSL terminal.