stackbrew/ubuntu ---> 3aa646e4f1d2 Step 1 : RUN apt-get update ---> Running in 5c965759ddef Ign http://archive.ubuntu.com precise InRelease # ... etc .. Fetched 13.9 MB in 19s (727 kB/s) ---> 31720a59342f Step 2 : RUN apt-get install -y ruby ---> Running in af8e63489460 The following extra packages will be installed: libgdbm3 libreadline5 libruby1.8 ruby1.8 The following NEW packages will be installed: libgdbm3 libreadline5 libruby1.8 ruby ruby1.8 # ... etc ... Setting up ruby1.8 (1.8.7.352-2ubuntu1.4) ... Setting up ruby (4.8) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place ---> 2fc06d92167e Successfully built 2fc06d92167e $
> hello.txt root@f531a20cc02b:/# ls *.txt hello.txt root@f531a20cc02b:/# exit ! $ docker run -i -t lazyatom/demo bash root@75c5024c8acd:/# ls *.txt ls: cannot access *.txt: No such file or directory
stackbrew/ubuntu ---> 3aa646e4f1d2 Step 1 : RUN apt-get update ---> Running in 5c965759ddef Ign http://archive.ubuntu.com precise InRelease # ... etc .. Fetched 13.9 MB in 19s (727 kB/s) ---> 31720a59342f Step 2 : RUN apt-get install -y ruby ---> Running in af8e63489460 The following extra packages will be installed: libgdbm3 libreadline5 libruby1.8 ruby1.8 The following NEW packages will be installed: libgdbm3 libreadline5 libruby1.8 ruby ruby1.8 # ... etc ... Setting up ruby1.8 (1.8.7.352-2ubuntu1.4) ... Setting up ruby (4.8) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place ---> 2fc06d92167e Successfully built 2fc06d92167e $