
setup-alpine
Basically, press the Enter key to proceed. You can select with the ? Key.
192.168.0.2/24screen

Log in as the root user with the password you set earlier
vi /etc/apk/repositories
Uncomment all the third and subsequent lines as shown below

#Update repository information
apk update
Check if docker package can be found
apk search docker
Or
apk list | grep ^docker

apk add docker docker-compose
service docker start
Memory usage and DISK usage are low as follows.

Added to autostart service
rc-update add docker
Recommended Posts