« Alpine » : différence entre les versions
Ligne 9 : | Ligne 9 : | ||
= Installer NodJS = | = Installer NodJS = | ||
apk add --update nodejs npm | apk add --update nodejs npm | ||
= Installer Docker = | |||
Source : https://wiki.alpinelinux.org/wiki/Docker | |||
The Docker package is in the 'Community' repository. See Repositories how to add a repository. | |||
apk add docker | |||
Connecting to the Docker daemon through its socket requires you to add yourself to the `docker` group. | |||
addgroup username docker | |||
To start the Docker daemon at boot, see Alpine_Linux_Init_System. | |||
rc-update add docker default | |||
service docker start |