Skip to content

stopping and start local docker container causes config error #73

@schandrika

Description

@schandrika

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions