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

'Docker' 카테고리의 다른 글

[Docker] Basic Commands with a Docker Container  (0) 2022.04.28
[Docker] Build Containers from scratch  (0) 2022.04.26
[Docker] Overview  (0) 2022.04.22
[Docker] Basic Configuration and Functions  (0) 2022.04.22