This is a very early and unfinished attempt at a fully working Airtime Docker container.
The final goal is to split services into different containers and configure them with Consul:
We're not quite there yet.
It's currently running on Ubuntu 14.04
sudo docker build -t="sjourdan/airtime" .
When pushed to GitHub, the Docker Hub builds it automatically: Airtime Docker Automated Build
The docker repository is then available by issuing:
docker pull sjourdan/airtime-docker
sudo docker run -d -p 443:443 --name airtime sjourdan/airtime
or directly from the Docker Hub
sudo docker run -d -p 443:443 --name airtime sjourdan/docker-airtime
sudo docker stop airtime
The Airtime container will be available from https://localhost.
Content type
Image
Digest
sha256:474c2f92d…
Size
316.2 MB
Last updated
over 10 years ago
docker pull sjourdan/airtime-docker