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
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commitcde464d

Browse files
committed
Refactor Docker image pull command to use a placeholder for the Docker registry
1 parentde84614 commitcde464d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎docs/self-hosted/azure-devops.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Authenticate and pull the Docker image using the provided credentials file:
9898

9999
```bash
100100
cat coderabbit.json| docker login -u _json_key --password-stdin us-docker.pkg.dev
101-
docker pullus-docker.pkg.dev/coderabbitprod/self-hosted/coderabbit-agent:latest
101+
docker pull<docker-registry>/coderabbit-agent:latest
102102
```
103103

104104
###Verify the image is up
@@ -114,5 +114,5 @@ curl 127.0.0.1:8080/health
114114
You can host the image on a server, serverless function, or container environment and expose port`8080`. Run the Docker image with the equivalent command on your chosen platform, ensuring you replace the`.env` file path with the path to your actual`.env` file:
115115

116116
```bash
117-
docker run --env-file .env --publish 127.0.0.1:8080:8080us-docker.pkg.dev/coderabbitprod/self-hosted/coderabbit-agent:latest
117+
docker run --env-file .env --publish 127.0.0.1:8080:8080<docker-registry>/coderabbit-agent:latest
118118
```

‎docs/self-hosted/github.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ Using the credentials file shared with you, first authenticate and then pull the
119119

120120
```bash
121121
cat coderabbit.json| docker login -u _json_key --password-stdin us-docker.pkg.dev
122-
docker pullus-docker.pkg.dev/coderabbitprod/self-hosted/coderabbit-agent:latest
122+
docker pull<docker-registry>/coderabbit-agent:latest
123123
```
124124

125125
##Host the image
126126

127127
You can choose to host it on a server, serverless function, or a container environment and expose the port “8080”. Run the Docker image with the equivalent of the following command on the platform of your choice, replacing the “.env” file with the path to your “.env” file:
128128

129129
```bash
130-
docker run --env-file .env --publish 127.0.0.1:8080:8080us-docker.pkg.dev/coderabbitprod/self-hosted/coderabbit-agent:latest
130+
docker run --env-file .env --publish 127.0.0.1:8080:8080<docker-registry>/coderabbit-agent:latest
131131
```
132132

133133
###Verify the image is up

‎docs/self-hosted/gitlab.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Authenticate and pull the Docker image using the provided credentials file:
106106

107107
```bash
108108
cat coderabbit.json| docker login -u _json_key --password-stdin us-docker.pkg.dev
109-
docker pullus-docker.pkg.dev/coderabbitprod/self-hosted/coderabbit-agent:latest
109+
docker pull<docker-registry>/coderabbit-agent:latest
110110
```
111111

112112
###Verify the image is up
@@ -122,5 +122,5 @@ curl 127.0.0.1:8080/health
122122
You can host the image on a server, serverless function, or container environment and expose port`8080`. Run the Docker image with the equivalent command on your chosen platform, ensuring you replace the`.env` file path with the path to your actual`.env` file:
123123

124124
```bash
125-
docker run --env-file .env --publish 127.0.0.1:8080:8080us-docker.pkg.dev/coderabbitprod/self-hosted/coderabbit-agent:latest
125+
docker run --env-file .env --publish 127.0.0.1:8080:8080<docker-registry>/coderabbit-agent:latest
126126
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp