You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
231 B

#!/usr/bin/env bash
DESC="Test de docker."
run() {
name="debian-1"
diag test@$name "Test docker :" \
'docker run -it --mount src=/,target=/test_container,type=bind busybox cat /test_container/etc/shadow > /dev/null'
}