도커dcocker를 설치해보고자 합니다. hyper-V로 ubuntu를 설치했는데, 그곳에 일단 해봅니다.
작성자 정보
- 삼둡 작성
- 작성일
컨텐츠 정보
- 523 조회
-
목록
본문
따라하면서 시작하는 Docker 입문 튜토리얼 (lainyzine.com)
위 출처를 따라해봅니다.
$ curl -fsSL https://get.docker.com | sudo sh
$ sudo groupadd docker
$ sudo usermod -aG docker $USER
제대로 안깔린거네 ㅜㅜ
Command 'docker' not found, but can be installed with:
sudo snap install docker # version 20.10.24, or
sudo apt install docker.io # version 24.0.5-0ubuntu1~22.04.1
sudo apt install podman-docker # version 3.4.4+ds1-1ubuntu1.22.04.2
이대로 해보고자 합니다.
역시 갓앱트
WARN[0000] Failed to add pause process to systemd sandbox cgroup: Process org.freedesktop.systemd1 exited with status 1
근데 docker ps 했더니 에러가
나왔는데
조금 후에는 괜찮았다.
서비스가 조금 늦게 실행되었던듯
에러는 아래와 같았다.
$ docker ps
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
WARN[0000] Failed to add pause process to systemd sandbox cgroup: Process org.freedesktop.systemd1 exited with status 1
관련자료
-
이전
-
다음