]> xenbits.xensource.com Git - people/sstabellini/mojo.git/.git/commitdiff
Add sleep script as a workaround to save a Docker image
authorStefano Stabellini <sstabellini@kernel.org>
Wed, 8 Nov 2017 01:50:45 +0000 (17:50 -0800)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 8 Nov 2017 18:33:34 +0000 (10:33 -0800)
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 <sstabellini@kernel.org>
dockerfiles/sleep [new file with mode: 0644]

diff --git a/dockerfiles/sleep b/dockerfiles/sleep
new file mode 100644 (file)
index 0000000..03f26ac
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+/bin/sleep 60
+