README update
All checks were successful
Build and Push / build-and-push (push) Successful in 3m5s

This commit is contained in:
Adam Štrauch 2025-04-21 16:40:15 +02:00
parent f901abd9ba
commit 9d3720ed78
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -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.