mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 01:26:22 +00:00
test/docker: check a continaer with a read-only file system
Now it's probably one valide use case, because there is no way to commit a container when a container is being checkpointed. Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
514510ba87
commit
9ca8953baa
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ docker info
|
|||
|
||||
criu --version
|
||||
|
||||
docker run --security-opt=seccomp:unconfined --name cr -d alpine /bin/sh -c 'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done'
|
||||
docker run --tmpfs /tmp --tmpfs /run --read-only --security-opt=seccomp:unconfined --name cr -d alpine /bin/sh -c 'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done'
|
||||
|
||||
sleep 1
|
||||
for i in `seq 50`; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue