Skip to content
Snippets Groups Projects
Commit 8fbe6ff7 authored by Dimitar Nedev's avatar Dimitar Nedev
Browse files

Explain the use of supervirosd

parent ef02adc5
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ docker exec -d monetdb-r /root/set-monetdb-password.sh <password> ...@@ -32,7 +32,7 @@ docker exec -d monetdb-r /root/set-monetdb-password.sh <password>
# Advanced # Advanced
## Multiple database servers per container ## Multiple database servers per container
The MonetDB daemon [monetdbd](https://www.monetdb.org/Documentation/monetdbd-man-page) allows for multiple MonetDB database server processes to run on the same system and listed on the same port. While it is not advised to run more than one database server in the same Docker container, you can do that by creating a new database with the [monetdb](https://www.monetdb.org/Documentation/monetdb-man-page) command-line control tool. The MonetDB daemon [monetdbd](https://www.monetdb.org/Documentation/monetdbd-man-page) allows for multiple MonetDB database server processes to run on the same system and listed on the same port. While it is not advised to run more than one database server in the same Docker container, you can do that by creating a new database with the [monetdb](https://www.monetdb.org/Documentation/monetdb-man-page) command-line control tool. In this container, the database server is controller by the MonetDB daemon (`monetdbd`), both of which are started by `supervisord`.
For more information on how to use MonetDB, check out the [tutorial](https://www.monetdb.org/Documentation/UserGuide/Tutorial). For more information on how to use MonetDB, check out the [tutorial](https://www.monetdb.org/Documentation/UserGuide/Tutorial).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment