Alpine安装docker

更新于 2024-05-28

#更新包
apk update

#安装docker
apk add docker

#启动docker
rc-service docker start

#自动启动
rc-update add docker boot