From 9d3720ed7864183a6ae7f86db4d89f0f25d3f9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Mon, 21 Apr 2025 16:40:15 +0200 Subject: [PATCH] README update --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 6427f15..619c6b0 100644 --- a/README.md +++ b/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.