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
Hello,
What am I doing wrong here? I'm trying to install Oxidize as Docker using the instructions from:
https://github.com/ytti/oxidized?tab=readme-ov-file#running-with-docker
This is how far I have got:
oxidized@server-oxidized:~$ git clone https://github.com/ytti/oxidized docker build -q -t oxidized/oxidized:latest oxidized/ mkdir /etc/oxidized
Then I run it for the first time as suggested to create the config file:
docker run --rm -v /etc/oxidized:/home/oxidized/.config/oxidized -p 8888:8888/tcp --user oxidized -t oxidized/oxidized:latest oxidized Permission denied @ rb_sysopen - /home/oxidized/.config/oxidized/config
Any help would be most appreciated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
What am I doing wrong here? I'm trying to install Oxidize as Docker using the instructions from:
https://github.com/ytti/oxidized?tab=readme-ov-file#running-with-docker
This is how far I have got:
Then I run it for the first time as suggested to create the config file:
Any help would be most appreciated
The text was updated successfully, but these errors were encountered: