Based upon official Alpine Linux and S6 overlay. This serves as a base template container.
2.9K
| Base: | Alpine Linux |
| Init: | s6 overlay |
| Additinal services: | ca-certificates |
| curl | |
| coreutils | |
| nano | |
| shadow | |
| tar | |
| tzdata | |
| unzip |
Configuration is stored in /config/ User's app binaries can be installed to /app
Additional params to your container:
-e PGID for setting the GroupID of the default user-e PUID for setting the UserID of the default user-e TZ for setting timezone information, eg Europe/LondonIt is strongly recommended that you change the default root password for ssh login if you intened to use it in production. Change the password with 'echo
"root:something_else" | chpasswd'
or to disable root access in ssh login all together:
sed -i s/#PermitRootLogin.*/PermitRootLogin\ no/ /etc/ssh/sshd_config
Content type
Image
Digest
Size
8.8 MB
Last updated
over 7 years ago
docker pull josh5/base-alpine