docker 실행
1. required privileges before run basically docker needs root permission to run. if other user…
Read More1. required privileges before run basically docker needs root permission to run. if other user…
Read More1. Docker 설치 1.1. 기존에 설치되어 있다면 삭제execute as root————————————–yum remove docker \ docker-client \…
Read Morecontainer 의 entrypoint에서 여러개의 명령을 실행 할 때 각 명령어는 “;”으로 구분하고 sh 를 사용한다.…
Read MoreCentOS에서 container를 사용하는데 외부와 통신하지 못 하는 경우를 확인했습니다. 가령 nginx를 설치하고 proxy-pass를 다른 호스트…
Read Moredocker run -d -p 8023:22 -v /opt/playground:/home/limithot/docker-volume/playground-centos8 –name playground-centos814 -it –privileged centos:8 /sbin/init -d =>…
Read More