#aws(ubuntu) #nginx #gunicorn #docker #mysql #django #vuejs 1. aws접속 후 docker설치 pem파일로 로그인 할 경우 # ssh -i '파일명.pem' ubuntu@IP주소 # sudo apt-get update Done뜨면 완료 # sudo apt-get remove docker docker-engine docker.io 기존에 도커가 설치되어 있을 수도 있으니까 삭제(충돌방지) # sudo apt install docker.io After this operation, 319 MB of additional disk space will be used. Do you want to continue? Y Done이 나왔으면 끝 # docker --versi..