docker1 [AWS EC2] 원격 서버에 Docker, MariaDB설치 원격 서버에 접속한 상태에서 아래 명령어를 순서대로 입력한다. $ sudo apt update -y $ sudo apt install apt-transport-https ca-certificates curl software-properties-common $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - $ sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" $ sudo apt update -y $ apt-cache policy docker-ce $ sudo apt install docker-.. 2021. 4. 18. 이전 1 다음 728x90