标签:
[root@localhost ~]# cd /opt/tools/network_simulators/core/busybox latest 47bcc53f74dc 7 weeks ago 1.113 MB
gedit /usr/lib/systemd/system/docker.service
# ExecStart=/usr/bin/docker daemon -H fd://
ExecStart=/usr/bin/docker daemon -s overlay
dnf install openvswitch
/usr/share/openvswitch/scripts/ovs-ctl --system-id=random start
git clone https://github.com/imunes/imunes.git
cd imunes
make install
systemctl daemon-reload
systemctl start docker.service
docker pull busybox
docker run --rm -it busybox /bin/sh
[root@localhost imunes]# imunes -p
Using default tag: latest
latest: Pulling from imunes/vroot
03e1855d4f31: Pull complete
a3ed95caeb02: Pull complete
8428141120f6: Pull complete
19298bcb548f: Pull complete
Digest: sha256:e177e52c9db82609cd8b2b5515717c684777c89c59fabf8a62ada5cccec4be3c
Status: Downloaded newer image for imunes/vroot:latest
[root@localhost imunes]# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
busybox latest 47bcc53f74dc 7 weeks ago 1.113 MB
imunes/vroot latest b371dc438151 3 months ago 329.1 MB
[root@localhost imunes]# imunes
标签:
原文地址:http://blog.csdn.net/ztguang/article/details/51365221