Skip to content
New issue

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

Added run script for CentOS #205

Closed
wants to merge 1 commit into from
Closed

Added run script for CentOS #205

wants to merge 1 commit into from

Conversation

dion-gionet
Copy link

#198

Added script to run the bot as the current script doesn't work on CentOS 7 because of permission issues.

It appears that for centos (at least in my case) you need to run the command from the docker_run.bash manually and make some changes for permissions to work correctly. In my case for example I have to add :z at the end of the volume mounts. Ex.
docker run -d --rm --entrypoint=/src/run.bash --name ps5 --network inventory_hunter -v /home/dockeruser/git/inventory-hunter/data/ps5:/data:z -v /home/dockeruser/git/inventory-hunter/log/ps5.txt:/log.txt:z -v /home/dockeruser/git/inventory-hunter/config/ps5.yaml:/src/config.yaml:z ericjmarti/inventory-hunter:latest --config /src/config.yaml --alerter discord --webhook YOURDISCORDWEBHOOK -v

mkdir -p $data_dir
touch $log_file

volumes="-v $data_dir:/data:z -v $log_file:/log.txt:z -v $config:/config.yaml:z"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is my addition

@dion-gionet dion-gionet closed this Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant