1. [도커] 명령어 메모

    # 우분투 컨테이너 실행
    docker run -d --privileged --name ubuntu -p 22:22 -it ubuntu:20.04
    docker run -d --privileged --name ubuntu -p 22:22 -it woogie/ubuntu:20.04 /sbin/init
    
    # remove all unused images
    # By default, you are prompted to continue. To …
    read more

links

social