BigW Consortium Gitlab

Commit 164ef8a3 by Andre Guedes

Fixing typos in docs

parent e4fa80f3
...@@ -76,7 +76,7 @@ you modify its settings. Read the upstream documentation on how to achieve that. ...@@ -76,7 +76,7 @@ you modify its settings. Read the upstream documentation on how to achieve that.
At the absolute minimum, make sure your [Registry configuration][registry-auth] At the absolute minimum, make sure your [Registry configuration][registry-auth]
has `container_registry` as the service and `https://gitlab.example.com/jwt/auth` has `container_registry` as the service and `https://gitlab.example.com/jwt/auth`
as the realm. as the realm:
``` ```
auth: auth:
...@@ -494,7 +494,7 @@ configurable in future releases. ...@@ -494,7 +494,7 @@ configurable in future releases.
**GitLab 8.8 ([source docs][8-8-docs])** **GitLab 8.8 ([source docs][8-8-docs])**
- GitLab Container Registry feature was introduced. - GitLab Container Registry feature was introduced.
i
[reconfigure gitlab]: restart_gitlab.md#omnibus-gitlab-reconfigure [reconfigure gitlab]: restart_gitlab.md#omnibus-gitlab-reconfigure
[restart gitlab]: restart_gitlab.md#installations-from-source [restart gitlab]: restart_gitlab.md#installations-from-source
[wildcard certificate]: https://en.wikipedia.org/wiki/Wildcard_certificate [wildcard certificate]: https://en.wikipedia.org/wiki/Wildcard_certificate
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
- Starting from GitLab 8.12, if you have 2FA enabled in your account, you need - Starting from GitLab 8.12, if you have 2FA enabled in your account, you need
to pass a personal access token instead of your password in order to login to to pass a personal access token instead of your password in order to login to
GitLab's Container Registry. GitLab's Container Registry.
- Multiple level image names support was added in GitLab ?8.15? - Multiple level image names support was added in GitLab 8.15
With the Docker Container Registry integrated into GitLab, every project can With the Docker Container Registry integrated into GitLab, every project can
have its own space to store its Docker images. have its own space to store its Docker images.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment