Last active
August 29, 2015 14:07
-
-
Save mistermocha/751292916d76a2c7e9dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ip-172-31-19-101 docker]# docker build -t root/centos-node-hello . | |
Sending build context to Docker daemon 2.56 kB | |
Sending build context to Docker daemon | |
Step 0 : FROM centos:centos6 | |
Pulling repository centos | |
68edf809afe7: Download complete | |
511136ea3c5a: Download complete | |
5b12ef8fd570: Download complete | |
---> 68edf809afe7 | |
Step 1 : MAINTAINER mistermocha <[email protected]> | |
---> Running in 8e573b808d65 | |
---> 5051acc4e9ee | |
Removing intermediate container 8e573b808d65 | |
Step 2 : RUN rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm | |
---> Running in 759c07f9b266 | |
2014/10/21 18:07:58 write /cgroup/devices/docker/759c07f9b2667a99fbec834178483b672a3ab50c45bc71204df65ebd09c82781/cgroup.procs: invalid argument |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment