From: Stefano Stabellini Date: Wed, 8 Nov 2017 01:50:45 +0000 (-0800) Subject: Add sleep script as a workaround to save a Docker image X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=139d70fd5d9ab474edae76d8902b80a687d55588;p=people%2Fsstabellini%2Fmojo.git%2F.git Add sleep script as a workaround to save a Docker image It will be used to start the container "sleeping", so that we can use docker export and extract a rootfs from it. Signed-off-by: Stefano Stabellini --- diff --git a/dockerfiles/sleep b/dockerfiles/sleep new file mode 100644 index 0000000..03f26ac --- /dev/null +++ b/dockerfiles/sleep @@ -0,0 +1,4 @@ +#!/bin/bash + +/bin/sleep 60 +