devcontainer/README.md
2025-04-21 02:48:26 +02:00

17 lines
337 B
Markdown

# 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
```