# My devcontainer Container for distrobox that I use for development based on Fedora. ## Usage Including systemd: ``` distrobox create -i gitea.ceperka.net/cx/devcontainer:f42-latest -n drone --hostname drone --init ``` No systemd: ``` distrobox create -i gitea.ceperka.net/cx/devcontainer:f42-latest -n drone --hostname drone ```