You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker-compose file says to use this image. I don't use docker-compose but when I try to start Volttron through docker using the image I get the following error message:
++ docker run --name central --hostname central -p 8443:8443 -p 22916:22916 -d -it --env CONFIG=/home/volttron/configs --env LOCAL_USER_ID=1000 --mount type=bind,source=/home/james/Documents/volttron8/volttron-docker/central/central_config.yml,target=/platform_config.yml --mount type=bind,source=/home/james/Documents/volttron8/volttron-docker/central/configs,target=/home/volttron/configs --mount type=volume,source=/home/james/Documents/volttron8/volttron-docker/central/db,target=/home/volttron/db eclipsevolttron/volttron:v3
Unable to find image 'eclipsevolttron/volttron:v3' locally
docker: Error response from daemon: manifest for eclipsevolttron/volttron:v3 not found: manifest unknown: manifest unknown.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
The docker-compose file says to use this image. I don't use docker-compose but when I try to start Volttron through docker using the image I get the following error message:
++ docker run --name central --hostname central -p 8443:8443 -p 22916:22916 -d -it --env CONFIG=/home/volttron/configs --env LOCAL_USER_ID=1000 --mount type=bind,source=/home/james/Documents/volttron8/volttron-docker/central/central_config.yml,target=/platform_config.yml --mount type=bind,source=/home/james/Documents/volttron8/volttron-docker/central/configs,target=/home/volttron/configs --mount type=volume,source=/home/james/Documents/volttron8/volttron-docker/central/db,target=/home/volttron/db eclipsevolttron/volttron:v3
Unable to find image 'eclipsevolttron/volttron:v3' locally
docker: Error response from daemon: manifest for eclipsevolttron/volttron:v3 not found: manifest unknown: manifest unknown.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered: