File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ cfsctl init --insecure /tmp/repo
3535cfsctl --repo /tmp/repo oci pull docker://quay.io/centos/centos:stream10 cs10
3636
3737# Run a container (rootless — automatic)
38- target/debug/cfsrun --repo /tmp/repo -it cs10 -- bash
38+ target/debug/cfsrun --repo /tmp/repo -t cs10 -- bash
3939
4040# Run as root (uses kernel erofs + bridge networking)
41- sudo target/debug/cfsrun --repo /tmp/repo -it cs10 -- bash
41+ sudo target/debug/cfsrun --repo /tmp/repo -t cs10 -- bash
4242```
4343
4444### Common options
@@ -48,7 +48,6 @@ cfsrun [OPTIONS] <IMAGE> [-- <CMD>...]
4848
4949Options:
5050 --repo <PATH> Path to composefs repository
51- -i, --interactive Keep stdin open
5251 -t, --tty Allocate a pseudo-TTY
5352 -e, --env <KEY=VALUE> Set environment variables
5453 -u, --user <UID[:GID]> Override user
You can’t perform that action at this time.
0 commit comments