We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker run
The following error appears when not setting any environment variables:
host:~$ sudo docker run -p 8000:8000 moul/icecast HOSTNAME=0db942a3e23d HOME=/root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DEBIAN_FRONTEND=noninteractive PWD=/ + set_val source-password + [ -n ] + echo ERROR: setting for 'source-password' is missing! ERROR: setting for 'source-password' is missing! + exit
This is due to PR #5 where the functions exits instead of doing nothing when no environment var is set.
The text was updated successfully, but these errors were encountered:
I have the same problem, I would like to run an image with my own config file (via ADD ./icecast.xml /etc/icecast2).
ADD ./icecast.xml /etc/icecast2
Sorry, something went wrong.
No branches or pull requests
The following error appears when not setting any environment variables:
This is due to PR #5 where the functions exits instead of doing nothing when no environment var is set.
The text was updated successfully, but these errors were encountered: