mirror of
https://github.com/luzifer-docker/shoutcast.git
synced 2024-11-09 11:40:03 +00:00
Added README
This commit is contained in:
parent
0e208a5bbc
commit
c050893db7
1 changed files with 21 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue