version upgrades, toolbox WIP
This commit is contained in:
parent
12419e71e2
commit
9e56434b0b
7 changed files with 80 additions and 5 deletions
14
README.md
14
README.md
|
@ -1,6 +1,20 @@
|
|||
# Containers-Workspace
|
||||
Various useful and useless Dockerfiles, often experimental and work in progress
|
||||
|
||||
## toolbox
|
||||
|
||||
Fedora based container wih preinstalled many usefull tools for various debug and problem searching purposes
|
||||
run help-toolbox to show what can you do in there
|
||||
|
||||
Typical container run options that allows for host data access:
|
||||
```bash
|
||||
podman run --rm -it --privileged \
|
||||
--network host --pid host --ipc host --no-hosts --ulimit host \
|
||||
--userns host \
|
||||
--name toolbox toolbox
|
||||
```
|
||||
|
||||
|
||||
## gui-container
|
||||
|
||||
gui-container is an experiment for apps with GUI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue