see (http://github.com/infracamp/kickstart) for more information.
This image is the base for many easy extensible containers
Document Index:
The containers software is checked for security updates twice a day.
You can trigger notifications loading our security.json.
Value | Usage | Docker-File ENV |
---|---|---|
Default-Encoding | UTF-8 (US) | |
Timezone | Europe/Berlin | TIMEZONE= |
Default-Editor | vim |
- git: Your git credentials and git-config is the same as your hosts
- history: Histroy is shared accross instances
- bash completion: Active by default
- vim: Editor for all questions
Create a Dockerfile
FROM infracamp/kickstart-flavor-base:testing
LABEL maintainer="Matthias Leuffen <m@tth.es>"
ADD / /kickstart
RUN chmod -R 755 /kickstart && /kickstart/flavor/flavor-build.sh
Your project should look like
Dockerfile
flavor/
flavor-build.sh
prepare.start.d/
01-prepare-whatever.sh
start.d/
01-start-whatever.sh