Sign inSign up

sjourdan/airtime-docker

By sjourdan

Updated over 10 years ago

Image
2

2.1K

sjourdan/airtime-docker repository overview

Airtime Docker

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:

  • icecast2
  • PostgreSQL
  • httpd

We're not quite there yet.

It's currently running on Ubuntu 14.04

Build

    sudo docker build -t="sjourdan/airtime" .

Docker Automated Build

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

Run

    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

Stop

    sudo docker stop airtime

Access

The Airtime container will be available from https://localhost.

Tag summary

Content type

Image

Digest

sha256:474c2f92d

Size

316.2 MB

Last updated

over 10 years ago

docker pull sjourdan/airtime-docker