chimera-linux/containers.md

14 lines
210 B
Markdown
Raw Permalink Normal View History

2025-01-09 20:37:22 +01:00
# Containers
Docker and docker compose alternative using `nerdctl` :
```
# apk add nerdctl
# dinitctl enable containerd
```
To be able to build images :
```
# apk add buildkit
# dinitctl enable buildkitd
```