fix links to hub.docker.com

This commit is contained in:
Sameer Naik
2015-08-08 12:07:37 +05:30
parent eb45c8f003
commit 51d4e1eeac

View File

@@ -23,14 +23,14 @@ mariadb:
# Get this image
The recommended way to get the Bitnami MariaDB Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/u/bitnami/mariadb).
The recommended way to get the Bitnami MariaDB Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/mariadb).
```bash
docker pull bitnami/mariadb:latest
```
To use a specific version, you can pull a versioned tag. You can view the
[list of available versions](https://registry.hub.docker.com/u/bitnami/mariadb/tags/manage/)
[list of available versions](https://hub.docker.com/r/bitnami/mariadb/tags/)
in the Docker Hub Registry.
```bash