標準のCentOSリポジトリから来ているので、ここではノンドッキング用のパッケージを少なくとも見つけることはできません。一般的には、次のようなものを使用します。
# yum provides "*/<filename>"
# yum provides "*/libsystemd.so.*"
あなたは、ターゲットシステム上のリポジトリを設定されていませんでした場合、これは明らかに助けにはなりませんが、それはベイグラントVMを実行して、そこに必要なのかを確認するために非常に簡単です。
$ vagrant init bento/centos-7.2
$ vagrant ssh
その後、https://docs.docker.com/engine/installation/linux/centos/でドキュメントに従ってください:
$ sudo tee /etc/yum.repos.d/docker.repo <<-'EOF'
[dockerrepo]
name=Docker Repository
baseurl=https://yum.dockerproject.org/repo/main/centos/7/
enabled=1
gpgcheck=1
gpgkey=https://yum.dockerproject.org/gpg
EOF
し、インストールしてください。鉱山で
$ sudo yum install docker-engine
を、これは与える:
[[email protected] ~]$ sudo yum install docker-engine
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.ukhost4u.com
* extras: mirror.vorboss.net
* updates: mirror.vorboss.net
Resolving Dependencies
--> Running transaction check
---> Package docker-engine.x86_64 0:1.12.1-1.el7.centos will be installed
--> Processing Dependency: docker-engine-selinux >= 1.12.1-1.el7.centos for package: docker-engine-1.12.1-1.el7.centos.x86_64
--> Processing Dependency: libseccomp.so.2()(64bit) for package: docker-engine-1.12.1-1.el7.centos.x86_64
--> Processing Dependency: libltdl.so.7()(64bit) for package: docker-engine-1.12.1-1.el7.centos.x86_64
--> Running transaction check
---> Package docker-engine-selinux.noarch 0:1.12.1-1.el7.centos will be installed
---> Package libseccomp.x86_64 0:2.2.1-1.el7 will be installed
---> Package libtool-ltdl.x86_64 0:2.4.2-21.el7_2 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
============================================================================================================
Package Arch Version Repository Size ============================================================================================================
Installing:
docker-engine x86_64 1.12.1-1.el7.centos dockerrepo 19 M Installing for dependencies:
docker-engine-selinux noarch 1.12.1-1.el7.centos dockerrepo 28 k libseccomp x86_64 2.2.1-1.el7 base 49 k libtool-ltdl x86_64 2.4.2-21.el7_2 updates 49 k
Transaction Summary
============================================================================================================
Install 1 Package (+3 Dependent packages)
Total download size: 19 M
Installed size: 79 M
はそれを実行上記のコマンドはあなたにそれを示しています。 yumをこの再実行してインストールコマンドの後のlibtool-ltdl をインストール:libsystemd.so*
は「アップデート」レポでsystemd-libs
パッケージと使用可能に..ですhttp://mirror.centos.org/centos/7/updates/x86_64/Packages/