1 2 | # echo deb http://ftp.unicamp.br/pub/ppc64el/ubuntu/14_04/docker-ppc64el/ trusty main > /etc/apt/sources.list.d/trusty-docker.list |
1 | # apt-get update |
1 | # apt-get install docker.io |
1 2 3 4 5 6 7 | #cat > /etc/yum.repos.d/docker.repo <<EOF [docker] name=Docker baseurl=http://ftp.unicamp.br/pub/ppc64el/rhel/7_1/docker-ppc64el/ enabled=1 gpgcheck=0 EOF |
1 | # yum install docker-io |
1 | # service docker start |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |