toolbox/doc
Toni Schmidbauer 2da4cc4634 Add a run command
This makes 'toolbox enter' similar to 'toolbox run $SHELL'.

The 'run' command is meant to spawn arbitrary binaries present inside
the toolbox container. Therefore it doesn't make sense for it to fall
back to /bin/bash, like it does for 'enter' if $SHELL is absent.

It's expected that users might use 'run' to create ad-hoc *.desktop
files. That's why it neither offers to create nor falls back to an
existing container like 'enter' does, because such interactions can't
happen when used in a *.desktop file. It's also a more advanced command
that new users are less likely to be interested in. Hence, this
shouldn't affect usability.

Some changes by Debarshi Ray.

https://github.com/debarshiray/toolbox/pull/76
2019-05-06 15:23:58 +02:00
..
meson.build Add a run command 2019-05-06 15:23:58 +02:00
toolbox-create.1.md Add short variants for various options in 'create' and 'enter' 2019-04-12 16:22:42 +02:00
toolbox-enter.1.md doc/toolbox-enter: Mention the 'initial setup' and fallback behaviour 2019-04-30 12:19:36 +02:00
toolbox-list.1.md Add manuals 2019-03-01 10:27:09 +01:00
toolbox-rm.1.md Add rm and rmi commands 2019-03-05 16:17:46 +01:00
toolbox-rmi.1.md doc/toolbox-rmi: Fix typo 2019-03-14 14:06:57 +01:00
toolbox-run.1.md Add a run command 2019-05-06 15:23:58 +02:00
toolbox.1.md Ask for confirmation before downloading the base image 2019-04-26 18:41:04 +02:00