Posts Docker 기본
Post
Cancel

Docker 기본

1. Docker 서비스 등록


$sudo systemctl start docker

$sudo systemctl enable docker

systemctl status docker.service

2. 현재 로그인된 사용자에게 권한줌(sudo없이 도커 사용가능).


sudo usermod -aG docker $USER
This post is licensed under CC BY 4.0 by the author.

Contents

Docker Spark 이미지 설치

GCP에 오라클 19c 설치하기

Comments powered by Disqus.