ubuntu2 Ubuntu 18.04에 Docker 설치 패키지 리스트 업데이트 #sudo apt-get update https를 경유하여 리포지토리를 사용할 수 있도록 패키지 설치 #sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common Docker의 공식 GPG 키를 등록. #curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - OK Repository 등록 #sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" Hit:1 h.. 2021. 8. 25. Ubuntu 18.04 Network Address 수동 설정 네트워크 변경 파일 #vi /etc/netplan/50-cloud-init.yaml 변경 전 # This file is generated from information provided by # the datasource. Changes to it will not persist across an instance. # To disable cloud-init's network configuration capabilities, write a file # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following: # network: {config: disabled} network: ethernets: eth0: dhcp4: true versi.. 2021. 8. 25. 이전 1 다음