Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce01481

Browse files
Fixed colours in page for codefresh registry
1 parent84546b7 commitce01481

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-
{% highlightterminal %}
78+
{% highlightbash %}
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-
{% highlightterminal %}
86+
{% highlightbash %}
8787
docker pull r.cfcr.io/<ACCOUNT>/<IMAGE>:<TAG>
8888
{% endhighlight %}
8989

9090
###See also
91-
[AccessingCodefreshDocker 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)

[8]ページ先頭

©2009-2025 Movatter.jp