fix markdown formatting issues
This commit is contained in:
parent
c3a67f4c28
commit
07ff24c498
@ -134,7 +134,7 @@ ## Checking Logs
|
|||||||
The container logs everything to the console, so the best way to check logs is via the `docker logs` command:
|
The container logs everything to the console, so the best way to check logs is via the `docker logs` command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# get default lookback period of logs
|
# get default look-back period of logs
|
||||||
docker logs container_name
|
docker logs container_name
|
||||||
|
|
||||||
# get last 50 lines (n can be whatever you like)
|
# get last 50 lines (n can be whatever you like)
|
||||||
@ -337,6 +337,7 @@ # restore using username and password (e.g. root)
|
|||||||
## Source
|
## Source
|
||||||
|
|
||||||
The source for this container build (Dockerfile, entrypoint.sh) are available on my [private git repo](https://git.asifbacchus.app/ab-docker/mariadb-alpine) or on [GitHub](https://github.com/asifbacchus/mariadb-alpine). Note that the newest versions will be on my repo and GitHub will be updated at most a few days later. Also, I'd prefer issues be filed on my repo, but I understand if GitHub is easier/more familiar for you.
|
The source for this container build (Dockerfile, entrypoint.sh) are available on my [private git repo](https://git.asifbacchus.app/ab-docker/mariadb-alpine) or on [GitHub](https://github.com/asifbacchus/mariadb-alpine). Note that the newest versions will be on my repo and GitHub will be updated at most a few days later. Also, I'd prefer issues be filed on my repo, but I understand if GitHub is easier/more familiar for you.
|
||||||
|
|
||||||
## Final Thoughts
|
## Final Thoughts
|
||||||
|
|
||||||
I hope this container is useful to you and helps you run a database where memory may be at a premium. I do my best to make sure everything runs properly and as much like the official container as possible. If you find any bugs, implementation issues or have any suggestions, please file an issue and let me know! I am *NOT* affiliated with MariaDB in any way and this container is strictly my implementation of their software. Please **do not** bother them with any issues you have with this container, let me know instead! Happy dockerizing :-)
|
I hope this container is useful to you and helps you run a database where memory may be at a premium. I do my best to make sure everything runs properly and as much like the official container as possible. If you find any bugs, implementation issues or have any suggestions, please file an issue and let me know! I am *NOT* affiliated with MariaDB in any way and this container is strictly my implementation of their software. Please **do not** bother them with any issues you have with this container, let me know instead! Happy dockerizing :-)
|
||||||
|
Loading…
Reference in New Issue
Block a user