added alpine scripts

This commit is contained in:
2023-12-01 20:39:22 -06:00
parent 8cc6e20472
commit f41828217f
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
apk add docker docker-cli-compose
addgroup akanealw docker
rc-update add docker default
service docker start