Alpine Base Edge
Alpine Linux Edge contains all the boilerplate you need to create an Docker container using Alpine Linux Edge latest version.
- Free software: MIT license
- Documentation: https://github.com/daspanel/alpine-base-edge
Daspanel environment variables
Variable | Optional | Example Value | Purpose |
---|---|---|---|
DASPANEL_GUUID | yes | ksdf09832klsdfkjsdlk | UUID used in Daspanel system to identify a unique instance of data. If you don't provide one Daspanel generate it using Getuuid API |
DASPANEL_MASTER_PASSWORD | yes | SomeGood#%@Passwd123 | Password to be used in the various Daspanel services. Automatically generated if you do not provide one. |
DASPANEL_MASTER_EMAIL | no | your@email.com | Email of the owner of Daspanel instance. It can be used for receiving notifications from the system. The Docker container will not run if it is not informed. |
You can find the value of variables automatically generated by examining the container log after it starts. Or looking at the output of the console where you run your docker.
This container-only environment variables
none
Ports
- none
How to use
Get
docker pull daspanel/alpine-base-edge:latest
Run
docker run -e DASPANEL_MASTER_EMAIL=my@email.com daspanel/alpine-base-edge:latest
Run with interactive shell
docker run -it -e DASPANEL_MASTER_EMAIL=my@email.com daspanel/alpine-base-edge:latest /bin/sh
Features
- Latest Alpine Linux edge version with S6 overlay init system.
WIP
Wordk in progress.
Credits
- This project was auto created with https://github.com/daspanel/cookiecutter-docker
- Mkdocs
- CHANGELOG.md Generator
- Templater
- Jq
- https://github.com/deweysasser/docker-project-template
- https://github.com/zixia/docker-simple-mail-forwarder
- https://github.com/mvanholsteijn/docker-makefile
- https://github.com/sstephenson/bats