Skip to content

Commit e0f648d

Browse files
committed
README: Remove references to -i option
We don't support this anymore Signed-off-by: Alexander Larsson <alexl@redhat.com>
1 parent 598b108 commit e0f648d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ cfsctl init --insecure /tmp/repo
3535
cfsctl --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
4949
Options:
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

0 commit comments

Comments
 (0)