Skip to content

Ändern der Konfigurationsdateien #739

Answered by mitasa
Hotzi57 asked this question in Q&A
Discussion options

You must be logged in to vote

The PSA car controller is installed in a docker container. You can't cd to it directly, but instead use docker, first find out the contaner ID by typing

docker ps

this gives you the list of all containers. After that you can start a command shell in the container by typing

docker exec -it <container_id> bash

this gives you access inside the container. But I don't think you need to enter the car type in any way, unless it's not listed in the car models database file?

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Hotzi57
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mitasa
Comment options

Comment options

You must be logged in to vote
1 reply
@mitasa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants