Infra/Cloud
-
VM에 Docker로 DB 설치Infra/Cloud 2024. 11. 16. 05:18
예전에 오라클 클라우드에서 계정을 만들면 VM을 공짜로 주는 이벤트가 있어서 리전만 바로 할당받아놓았다.이미 설치한걸 지울수는 없으니 가물가물한 기억을 소환... 1. vm 서버 생성 vm 서버 생성 후, 데스크탑이나 노트북에서 xshell로 접속 2. sudo 명령어 설치apt install sudo 3. 패키지 업데이트 및 설치# 패키지 업데이트sudo apt-get update# 패키지 설치sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common 4. docker 설치curl -fsSL https://download.dock..