DevOps

gcp ubuntu docker install, start

void 2021. 2. 8. 10:00

 

 

도커 실행시키기

sudo systemctl start docker

라고 명령어를 쳤더니

Unable to start Docker service with error “Failed to start docker.service: Unit not found.” 라는 에러발생

아래의 명령어로 실행시킬 수 있었다.

$ sudo snap start docker

 

출처 : stackoverflow.com/questions/43569781/unable-to-start-docker-service-with-error-failed-to-start-docker-service-unit