-
Notifications
You must be signed in to change notification settings - Fork 31
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
Having trouble running pacoloco via Docker #50
Comments
/etc/pacoloco.yams is a config file. It must not be a directory. Check your filesystem content. |
Are you sure that you've created the config file? By default if the host path specified in a volume doesn't exist, docker will create it as a directory. |
Yeah. In fact, I already created it beforehand after getting that error. Trying the same steps with that said config file in the "etc" directory returns the same result. |
@987computer Did you ever solve this? Docker works perfectly for me here. |
Try logging into the docker container , then check what is going on in |
docker works perfectly here. @987computer: you appear to not have created the yaml file before starting the container and/or in the wrong place. Docker will create an empty directory of that name in those cases, which leads to this error.
|
Shall we close this issue? |
--- Disregard, docker-compose up -d pacoloco fixed my issue --- |
When I try to start the Docker container after building it with the provided instructions (as well as putting the config file listed below), this is what it returns:
pacoloco.go:102: Reading config file from /etc/pacoloco.yaml
pacoloco.go:105: read /etc/pacoloco.yaml: is a directory
The text was updated successfully, but these errors were encountered: