로딩
요청 처리 중입니다...

docker ubuntu:22.04 container에 docker 설치하기

 docker ubuntu:22.04 container에 docker 설치하기

https://docs.docker.com/engine/install/ubuntu/ Install Docker Engine on Ubuntu Jumpstart your client-side server applications with Docker Engine on Ubuntu. This guide details prerequisites and multiple methods to install. docs.docker.com docker run -it -d --name -v /var/run/docker.sock:/var/run/docker.sock bluekms/ubuntu-22-04:zsh docker exec -it bin/zsh apt-get remove docker docker-engine docker.io containerd runc apt-get update apt-get install ca-certificates curl gnupg -y mkdir ...

# docker # dockerd # ubuntu # ubuntu2204