A base linux image based on ubuntu:12.04-4
Supervisord, Hekad, Cron, sshd and standard build utils have been pre-installed in this image. It will serve as the basis for all of the datt series of Docker images.
> docker pull datt/datt-base
> git clone [email protected]:dattlabs/datt-metadatt.git
> cd datt-metadatt
> ./makedatt base
Defaults (can be easily changed in a later custom layer)
- root / root
- ubuntu / ubuntu
- Check the Dockerfile for the latest...
- supervisord / -
- hekad / 5565
- crond / -
- sshd / 22
- sudo ufw allow 5565/tcp (example only. consult your security guru for the correct setting in your environment.)