commit | 9c7dfe5d079eae551e81631cf2ec09d4f1de43b0 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Feb 01 13:41:46 2019 +0000 |
committer | David Howells <dhowells@redhat.com> | Wed Jun 11 15:58:33 2025 +0100 |
tree | 3a1e86538d2a1079af574a304c26db077b136b07 | |
parent | 8ce4abb0bdeb2353f37290c2f724f47aa2ed280b [diff] |
containers: Sample program for driving container objects Add a sample program to demonstrate driving a container object. It is called something like: ./samples/vfs/test-container /dev/sda3 where /dev/sda3 holds an ext4 filesystem that has appropriate /etc, /bin, /usr, /lib, /proc directories emplaced such that procfs can be mounted and then /bin/bash can be executed within the container. Signed-off-by: David Howells <dhowells@redhat.com>