fix markdown formatting issues

This commit is contained in:
Asif Bacchus 2020-11-28 07:54:03 -07:00
parent c3a67f4c28
commit 07ff24c498

View File

@ -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:
```bash
# get default lookback period of logs
# get default look-back period of logs
docker logs container_name
# get last 50 lines (n can be whatever you like)
@ -337,6 +337,7 @@ # restore using username and password (e.g. root)
## 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.
## 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 :-)