Skip to content

Commit

Permalink
doc/toolbox: Add a usage section
Browse files Browse the repository at this point in the history
... similar to the website:
  https://containertoolbx.org/install/

As suggested by Sumantro Mukherjee.

#1379
  • Loading branch information
debarshiray committed Sep 25, 2023
1 parent 14e66fd commit b5aeaa2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions doc/toolbox.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,33 @@ fedora |\<release\> or f\<release\> eg., 36 or f36
rhel |\<major\>.\<minor\> eg., 8.5
ubuntu |\<YY\>.\<MM\> eg., 22.04

## USAGE

### Create a Toolbox container:

```
[user@hostname ~]$ toolbox create
Image required to create toolbox container.
Download registry.fedoraproject.org/fedora-toolbox:36 (294.1MB)? [y/N]: y
Created container: fedora-toolbox-36
Enter with: toolbox enter
[user@hostname ~]$
```

### Enter the Toolbox container:

```
[user@hostname ~]$ toolbox enter
⬢[user@toolbox ~]$
```

### Remove the Toolbox container:

```
[user@hostname ~]$ toolbox rm fedora-toolbox-36
[user@hostname ~]$
```

## GLOBAL OPTIONS ##

The following options are understood:
Expand Down

0 comments on commit b5aeaa2

Please sign in to comment.