Changes

Jump to navigation Jump to search
26 bytes added ,  00:52, 19 July 2016
m
Line 37: Line 37:  
First, we create container:
 
First, we create container:
   −
  $ docker run -d --name looper --security-opt seccomp:unconfined busybox /bin/sh -c 'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done'
+
  $ docker run -d --name looper --security-opt seccomp:unconfined busybox \
 +
                      /bin/sh -c 'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done'
    
You can verify the container is running by printings its logs:
 
You can verify the container is running by printings its logs:
21

edits

Navigation menu