This commit is contained in:
parent
f901abd9ba
commit
9d3720ed78
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -38,3 +38,19 @@ No systemd:
|
|||
```
|
||||
distrobox create -i gitea.ceperka.net/cx/devcontainer:f42-latest -n drone --hostname drone
|
||||
```
|
||||
|
||||
When the container you can enter it and run *code* out of there:
|
||||
|
||||
```
|
||||
distrobox enter drone
|
||||
```
|
||||
|
||||
When inside you can export *code* into the host's system which makes it like it's installed directly on the host system itself, including URL processing.
|
||||
|
||||
```
|
||||
distrobox-export --app code
|
||||
```
|
||||
|
||||
From the host system this image imports `podman` and `incus` so you can use both inside the container.
|
||||
|
||||
Any application can work both ways. *distrobox* mounts wayland socket into the container so even GUI apps work seamlessly.
|
||||
|
|
Loading…
Reference in a new issue