These docker images can be used to simply start a Debian Linux container or to extend from for building a custom container. Services are started by [Supervisor][6].
See on Docker Hub
- debian:wheezy, debian:latest
See on Docker Hub
- centos:7, centos:latest
See on Docker Hub
- ubuntu:precise
- ubuntu:trusty, ubuntu:latest
sh build.sh [centos, debian, ubuntu]
sh run.sh [centos, debian, ubuntu]
or
docker run -d -p 10000:22 -t philipsahli/debian:latest
docker run -d -p 10001:22 -t philipsahli/centos:latest
docker run -d -p 10002:22 -t philipsahli/ubuntu:latest
Newrelic is a platform for monitoring and analyse performance of servers and applications.
Specify the license key which is needed for the agent as environment variable NEWRELIC_LICENSE
.
export NEWRELIC_LICENSE="8w9839d18d918d8189d819d9"
docker run -d -p 10000:22 -e NEWRELIC_LICENSE=$NEWRELIC_LICENSE -t philipsahli/debian
If you want to use these images as base image, take the Dockerfile from the Nginx-Example
- Add a shellscript with the prefix
startup_
and suffix.sh
(ie.startup_nginx.sh
) to/
. - Expose the additional ports for your application