$ docker build -t local/icecast .
$ docker run -d --restart=always \
--publish 8000:8000 \
--name icecast local/icecast
访问 http://127.0.0.1:8000/admin/stats 查看是否能够打开.
$ docker build -t local/icecast .
$ docker run -d --restart=always \
--publish 8000:8000 \
--name icecast local/icecast
访问 http://127.0.0.1:8000/admin/stats 查看是否能够打开.