17 lines
337 B
Markdown
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
|
|
```
|