Notes to share among us. To guide us and help us, while developing this project.
Written by Robin Johannesson |
In order to start docker compose, run this command:
$ docker compose up -d server webbclient
And in order to access the client, run this command:
$ docker compose up client
And to stop the server and the network, run this command:
$ docker compose down
Once the database container is up and running, you can test the database by opening up the MariaDB console:
$ docker exec -it vteam6_database mariadb -uroot -p