Skip to content

Commit ce01481

Browse files
Fixed colours in page for codefresh registry
1 parent 84546b7 commit ce01481

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_docs/docker-registries/codefresh-registry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,17 @@ __Login To CFCR__
7575
In order to pull images from Codefresh's registry you must first login. Use this Docker command to authenticate.
7676

7777
`docker login`
78-
{% highlight terminal %}
78+
{% highlight bash %}
7979
docker login -u <USERNAME> -p <ACCESS_TOKEN> r.cfcr.io
8080
{% endhighlight %}
8181

8282
__Pull Docker Image__
8383
Use this Docker pull command to download the image
8484

8585
`docker pull`
86-
{% highlight terminal %}
86+
{% highlight bash %}
8787
docker pull r.cfcr.io/<ACCOUNT>/<IMAGE>:<TAG>
8888
{% endhighlight %}
8989

9090
### See also
91-
[Accessing Codefresh Docker registry from your Kubernetes cluster]({{ site.baseurl }}/docs/deploy-to-kubernetes/access-codefresh-docker-registry-from-kubernetes/)
91+
[Accessing Docker registry from your Kubernetes cluster]({{ site.baseurl }}/docs/deploy-to-kubernetes/access-docker-registry-from-kubernetes/)

0 commit comments

Comments
 (0)