도커 데몬을 직접 실행하는 것은 보안측면에서 바람직하지 않으므로 디버그 용도가 아닌 이상 사용하지 않는 것이 바람
[***@gcp-whms-dev-server ~]$ sudo service docker stop
Redirecting to /bin/systemctl stop docker.service
[***@gcp-whms-dev-server ~]$ dockerd
chmod /var/lib/docker: operation not permitted
[***@gcp-whms-dev-server ~]$ sudo dockerd
INFO[0000] libcontainerd: new containerd process, pid: 2578
WARN[0000] containerd: low RLIMIT_NOFILE changing to max current=1024 max=4096
INFO[0001] [graphdriver] using prior storage driver: overlay2
INFO[0001] Graph migration to content-addressability took 0.00 seconds
INFO[0001] Loading containers: start.
INFO[0001] Firewalld running: true
INFO[0002] Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address
INFO[0002] Loading containers: done.
WARN[0002] failed to retrieve docker-runc version: exec: "docker-runc": executable file not found in$PATH
WARN[0002] failed to retrieve docker-init version
INFO[0002] Daemon has completed initialization
INFO[0002] Docker daemon commit="4ef4b30/1.13.1"graphdriver=overlay2 version=1.13.1
INFO[0002] API listen on /var/run/docker.sock
3. 도커 데몬 제어: -H
-H IP주소:Port번호 입력하면 Remote API로 도커를 제어할 수 있음
dockered로 설정하는 방법: 도커 클라이언트와 원격 제어를 할 수 있는 설정(하지만 보안상 추천하지 않)
vi .bash_profile
#아래 구문 추가 export DOCKER_CERT_PATH="/Users/Summit/IDE/docker/keys"export DOCKER_TLS_VERIFY=1
#추가된 구문 적용source .bash_profile
# 원격 호출 테스트
docker -H HOST-IP:2376
댓글남기기