first commit
This commit is contained in:
13
containers.md
Normal file
13
containers.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user