ubuntu 18

SERVER

[SERVER] docker command ( Oracle cloud, ubuntu 18 )

oracle cloud + ubuntu 18 버전 에서 작업한 커맨드 기록입니다. // server 접속 🤖 ssh 접속 $ ssh -i "/Users/jamal/dev/toy_workspace/ssh-key-2023-08-21.key" ubuntu@131.777.88.999 🤖 docker 설치 $ sudo apt-get update $ sudo apt-get install -y \ apt-transport-https \ ca-certificates \ curl \ software-properties-common $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docke..

girin_dev
'ubuntu 18' 태그의 글 목록