Docker container
Last updated
Was this helpful?
Last updated
Was this helpful?
The backend app run inside a docker container.
It allow full compatibility across OSs and DBMS cli tools
If you need to connect into
You will land on `/usr/src/app` directory, which is the app root.
The content is approximately the same as the project source code directory
Both methods (standalone and compose) make WebDB container listen on localhost (so other persons on the same network cannot connect to your container) and on 22071 port
The name webdb
is used on both method to identify the container by a unique name.
It's useful to them connect into or gettings logs without looking for through list
The $HOME/.webdb
is use to store database version (aka Time Machine) so if you update the Docker container, you will keep versions
This parameter is standalone specific. It extends the container all host docker networks, so you can see docker-container's DBMS for exemple