Docker

[Docker] Intro (Get Started)

brightlightkim 2022. 4. 3. 09:38

https://docs.docker.com/get-started/

//When you try to use the docker command in WSL, you need to type "sudo" 
//command in front of it to give the permission.

$ docker-compose up 
//This prints out the error message to know if the docker already begin or not.

$ sudo docker-compose up