Ce document en français.
dockerDB makes it easy to start and stop databases in a Docker container.
The databases are containerized using Docker.
Therefore, Docker must already be installed.
Simply copy the files from the dockerDB directory in this repository to a directory of your choice.
If necessary, adjust the database settings in its .yaml file.
For exemple if you wan to use the HsqlDB database:
- To start the database, open a terminal and type the command:
./start hsqldb - To stop the database, open a new terminal and type the command:
./stop hsqldb