您好,登錄后才能下訂單哦!
這篇文章給大家分享的是有關Centos systemd與Docker沖突問題的示例分析的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。
首先欣賞一下Red Hat與Docker團隊間的撕逼,http://www.open-open.com/news/view/117a7d2 從這個帖子看出來Centos7.1.1053版本的docker鏡像是木有systemd的,so,在網上找到另一個帖子,http://www.tuicool.com/articles/6RRvQbi ,參考其給出的辦法。
1. docker pull centos:7.1.1053 拉取一個7.1.1053版本的docker鏡像
2. 自己寫一個Dockerfile
# cat Dockerfile FROM centos:7.1.1503 MAINTAINER "you" <your@email.here> ENV container docker RUN yum -y swap -- remove fakesystemd -- install systemd systemd-libs RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i ==systemd-tmpfiles-setup.service ] || rm -f $i; done); \ rm -f /lib/systemd/system/multi-user.target.wants/*;\ rm -f /etc/systemd/system/*.wants/*;\ rm -f /lib/systemd/system/local-fs.target.wants/*; \ rm -f /lib/systemd/system/sockets.target.wants/*udev*; \ rm -f /lib/systemd/system/sockets.target.wants/*initctl*; \ rm -f /lib/systemd/system/basic.target.wants/*;\ rm -f /lib/systemd/system/anaconda.target.wants/*;
3. 執行下面的命令做版本
docker build --rm -t centos7.1-systemd .
4. docker run
感謝各位的閱讀!關于“Centos systemd與Docker沖突問題的示例分析”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。