first commit

This commit is contained in:
julien
2025-01-09 20:37:22 +01:00
commit 56cccfc2ec
4 changed files with 351 additions and 0 deletions

13
containers.md Normal file
View File

@@ -0,0 +1,13 @@
# 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
```