Automated Build에서 CentOS7 + systemd 이미지를 만들었습니다.
2940 단어 DockerHub
참고
@ 유나노 님의 CentOS 7 Docker 컨테이너 내에서 systemd를 사용하여 서비스 시작 - Qiita
설명
centos:centos7
이미지가 bash 취약점 수정되었습니다. 1. systemd 및 vim 추가
centos7-ko-systemd
docker run --privileged -it -d --name centos7 tukiyo3/centos7-ja-systemd
docker exec -it centos7 bash
2. systemd와 ansible 등 추가
centos7-ansible
docker run --privileged -it -d --name centos7 tukiyo3/centos7-ansible
docker exec -it centos7 bash
3. lampp 환경 php5.6
centos7-lampp
docker run --privileged -it -d -p 8080:80 --name centos7 tukiyo3/centos7-lampp
docker exec -it centos7 bash
DockerHub의 빠짐
예:
라는 태그가 있으면,
가
from tukiyo3/centos7-ja-systemd:systemd
지정하면,tukiyo3/centos7-ja-systemd:systemd
측에서 변경이 있으면tukiyo3/centos7-ja-systemd:ansible
측에 변경이 캡처되지 않고 빌드된다.
Reference
이 문제에 관하여(Automated Build에서 CentOS7 + systemd 이미지를 만들었습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tukiyo3/items/fede01bbdeb1f6fc2265텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)