Skip to content
Snippets Groups Projects
Commit 12f69981 authored by Vincent Massol's avatar Vincent Massol Committed by GitHub
Browse files

[Misc] Fixed formatting + improved README

parent ebb4599d
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,11 @@ To use:
Details:
* A volume named `dockerxwiki_mysql-data` is created. You can inspect it with `docker volume inspect dockerxwiki_mysql-data` and find out the location on your host's file system.
* A volume named `<prefix>_mysql-data` is created (you can list all volumes with `docker volume ls`). You can inspect it with `docker volume <perfix>_mysql-data` and find out the location on your host's file system.
* To issue some mysql commands:
** Find the container id with `docker ps`
** Execute bash in the mysql container: `docker exec -it <containerid> bash -l`
** Once inside the mysql container execute the `mysql` command: `mysql --user=xwiki --password=xwiki`
* Find the container id with `docker ps`
* Execute bash in the mysql container: `docker exec -it <containerid> bash -l`
* Once inside the mysql container execute the `mysql` command: `mysql --user=xwiki --password=xwiki`
Future ideas:
* Setup xinit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.