diff --git a/doc/toolbox.1.md b/doc/toolbox.1.md index b6e57e1..651594d 100644 --- a/doc/toolbox.1.md +++ b/doc/toolbox.1.md @@ -64,6 +64,33 @@ fedora |\ or f\ eg., 36 or f36 rhel |\.\ eg., 8.5 ubuntu |\.\ 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: