From c050893db71882629c050ec70258056bc59281f9 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 28 Dec 2014 15:10:30 +0100 Subject: [PATCH] Added README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..acd4cea --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# luzifer/shoutcast Dockerfile + +This repository contains **Dockerfile** of [ShoutCast DNAS](http://www.shoutcast.com/BroadcastNow) for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/luzifer/shoutcast/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/). + +## Base Docker Image + +- [ubuntu](https://registry.hub.docker.com/_/ubuntu/) + +## Installation + +1. Install [Docker](https://www.docker.com/). + +2. Download [automated build](https://registry.hub.docker.com/u/luzifer/shoutcast/) from public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull luzifer/shoutcast` + +## Usage + +To launch it, just type: + +``` +docker run -d -p 8001:8001 -p 8002:8002 luzifer/shoutcast +```