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

Installation with portainer #15

Open
RomainD2 opened this issue May 21, 2020 · 1 comment
Open

Installation with portainer #15

RomainD2 opened this issue May 21, 2020 · 1 comment

Comments

@RomainD2
Copy link

Hi,

I would like to install this docker under Portainer, however, I don't understand how to choose the computer.csv file directory.

For other docker, we need to use /config, and set the path to our server, but with this docker image, it doesn't work. I also tried /app, doesn't work.

I also tried to install it with docker command lines, but I can't find the directory of computer.csv on my disk...

Could you tell how can we choose the file directory, or where the computer.csv file is stored to be able to edit it with my computers name ?

Thanks

@daBONDi
Copy link
Owner

daBONDi commented Jul 27, 2020

you need to map container file /app/computer.csv to a local volume

-v $(pwd)/externall-file-on-host.csv:/app/computer.csv

See Example in README.md

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

No branches or pull requests

2 participants