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

stopping and start local docker container causes config error #73

Open
schandrika opened this issue Feb 27, 2023 · 0 comments
Open

stopping and start local docker container causes config error #73

schandrika opened this issue Feb 27, 2023 · 0 comments

Comments

@schandrika
Copy link
Contributor

Error:
docker-compose stop followed by docker-compose start causes the below error
configparser.DuplicateOptionError: While reading from '/home/volttron/.volttron/config' [line 10]: option 'web-ssl-cert' in section 'volttron' already exists

Steps to reproduce:
Follow readme instructions,

  1. clone this repo
  2. git submodule update --init --recursive
  3. local docker build
  4. docker compose up
  5. docker compose stop
  6. docker compose start

Last step attempts to start the container but fails with the below error
configparser.DuplicateOptionError: While reading from '/home/volttron/.volttron/config' [line 10]: option 'web-ssl-cert' in section 'volttron' already exists

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

1 participant