docker-openmanage
docker-openmanage copied to clipboard
Modified Dockerfile and entrypoint.sh to allow customized commands
Hi Kamermans,
I tried to change root password by adding "echo 'root:xxx'|chpasswd" at the end of docker run command but the image runs less than 1min then quits. Not sure why it didn't evoke the tail -f command. So I made this change. Please feel free merge or ignore.