File tree 7 files changed +18
-18
lines changed
7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 5
5
6
6
- Create a ` toolbox ` container for a specific distribution:
7
7
8
- ` toolbox create -- distro {{distribution}} `
8
+ ` toolbox create {{[-d|-- distro]}} {{distribution}} `
9
9
10
10
- Create a ` toolbox ` container for a specific release of the current distribution:
11
11
12
- ` toolbox create -- release {{release}} `
12
+ ` toolbox create {{[-r|-- release]}} {{release}} `
13
13
14
14
- Create a ` toolbox ` container with a custom image:
15
15
16
- ` toolbox create -- image {{name}} `
16
+ ` toolbox create {{[-i|-- image]}} {{name}} `
17
17
18
18
- Create a ` toolbox ` container from a custom Fedora image:
19
19
20
- ` toolbox create -- image {{registry.fedoraproject.org/fedora-toolbox:39}} `
20
+ ` toolbox create {{[-i|-- image]}} {{registry.fedoraproject.org/fedora-toolbox:39}} `
21
21
22
22
- Create a ` toolbox ` container using the default image for Fedora 39:
23
23
24
- ` toolbox create -- distro {{fedora}} -- release {{f39}} `
24
+ ` toolbox create {{[-d|-- distro]}} {{fedora}} {{[-r|-- release]}} {{f39}} `
Original file line number Diff line number Diff line change 6
6
7
7
- Enter a ` toolbox ` container using the default image of a specific distribution:
8
8
9
- ` toolbox enter -- distro {{distribution}} `
9
+ ` toolbox enter {{[-d|-- distro]}} {{distribution}} `
10
10
11
11
- Enter a ` toolbox ` container using the default image of a specific release of the current distribution:
12
12
13
- ` toolbox enter -- release {{release}} `
13
+ ` toolbox enter {{[-r|-- release]}} {{release}} `
14
14
15
15
- Enter a toolbox container using the default image for Fedora 39:
16
16
17
- ` toolbox enter -- distro {{fedora}} -- release {{f39}} `
17
+ ` toolbox enter {{[-d|-- distro]}} {{fedora}} {{[-r|-- release]}} {{f39}} `
Original file line number Diff line number Diff line change 9
9
10
10
- List only ` toolbox ` containers:
11
11
12
- ` toolbox list -- containers `
12
+ ` toolbox list {{[-c|-- containers]}} `
13
13
14
14
- List only ` toolbox ` images:
15
15
16
- ` toolbox list -- images `
16
+ ` toolbox list {{[-i|-- images]}} `
Original file line number Diff line number Diff line change 10
10
11
11
- Remove all ` toolbox ` containers:
12
12
13
- ` toolbox rm -- all `
13
+ ` toolbox rm {{[-a|-- all]}} `
14
14
15
15
- Force the removal of a currently active ` toolbox ` container:
16
16
17
- ` toolbox rm -- force {{container_name}} `
17
+ ` toolbox rm {{[-f|-- force]}} {{container_name}} `
Original file line number Diff line number Diff line change 10
10
11
11
- Remove all ` toolbox ` images:
12
12
13
- ` toolbox rmi -- all `
13
+ ` toolbox rmi {{[-a|-- all]}} `
14
14
15
15
- Force the removal of a ` toolbox ` image which is currently being used by a container (the container will be removed as well):
16
16
17
- ` toolbox rmi -- force {{image_name}} `
17
+ ` toolbox rmi {{[-f|-- force]}} {{image_name}} `
Original file line number Diff line number Diff line change 6
6
7
7
- Run a command inside a specific ` toolbox ` container:
8
8
9
- ` toolbox run -- container {{container_name}} {{command}} `
9
+ ` toolbox run {{[-c|-- container]}} {{container_name}} {{command}} `
10
10
11
11
- Run a command inside a ` toolbox ` container for a specific release of a distribution:
12
12
13
- ` toolbox run -- distro {{distribution}} -- release {{release}} {{command}} `
13
+ ` toolbox run {{[-d|-- distro]}} {{distribution}} {{[-r|-- release]}} {{release}} {{command}} `
14
14
15
15
- Run ` emacs ` inside a ` toolbox ` container using the default image for Fedora 39:
16
16
17
- ` toolbox run -- distro {{fedora}} -- release {{f39}} {{emacs}} `
17
+ ` toolbox run {{[-d|-- distro]}} {{fedora}} {{[-r|-- release]}} {{f39}} {{emacs}} `
Original file line number Diff line number Diff line change 14
14
15
15
- Display help:
16
16
17
- ` toolbox -- help `
17
+ ` toolbox {{[-h|-- help]}} `
18
18
19
19
- Display version:
20
20
You can’t perform that action at this time.
0 commit comments