Added README

This commit is contained in:
Knut Ahlers 2014-12-28 15:10:30 +01:00
parent 0e208a5bbc
commit c050893db7

21
README.md Normal file
View File

@ -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
```