This repository contains a Dockerfile to build a Docker Image with Icecast-kh version 2.4.0
Install Docker.
You can download automated build from public Docker Hub Registry:
docker pull zokeber/icecast-kh:latest
Another way: build from Github
To create the image zokeber/icecast-kh, clone this repository and execute the following command on the docker-centos folder:
docker build -t zokeber/icecast-kh:latest .
Another alternatively, you can build an image directly from Github:
docker build -t="zokeber/icecast-kh:latest" github.com/zokeber/docker-icecast-kh
Create container:
docker create -it --name container-icecast-kh -h icecast-kh zokeber/icecast-kh
Start container:
docker start container-icecast-kh
Bash:
docker exec -it container-icecast-kh bash
Stop the currently running image:
docker stop container-icecast-kh
Update the docker image:
docker pull zokeber/icecast-kh:latest
Content type
Image
Digest
sha256:4f36f9ee4…
Size
229.2 MB
Last updated
over 11 years ago
docker pull zokeber/icecast-kh