Skip to content

Commit 523994a

Browse files
committed
fix(srv): replace snippet with link to dedicated doc
1 parent 28ffb27 commit 523994a

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

faq/serverless-containers.mdx

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,7 @@ Refer to our dedicated page about [Serverless Containers limitations and configu
103103

104104
## How can I copy an image from an external registry to Scaleway Container Registry?
105105

106-
You can copy an image from an external registry by [logging in to the Scaleway Container Registry](/containers/container-registry/how-to/connect-docker-cli/) using the Docker CLI, and by copying the image as shown below:
107-
108-
```sh
109-
docker pull alpine:latest
110-
docker tag alpine:latest rg.fr-par.scw.cloud/example/alpine:latest
111-
docker push rg.fr-par.scw.cloud/example/alpine:latest
112-
```
113-
114-
Alternatively, you can use tools such as [Skopeo](https://github.com/containers/skopeo) to copy the image:
115-
116-
```sh
117-
skopeo login rg.fr-par.scw.cloud -u nologin -p $SCW_SECRET_KEY
118-
skopeo copy --override-os linux docker://docker.io/alpine:latest docker://rg.fr-par.scw.cloud/example/alpine:latest
119-
```
106+
You can copy an image from an external registry by [logging in to the Scaleway Container Registry](/containers/container-registry/how-to/connect-docker-cli/) using the Docker CLI, or using open source third party tools such as Skopeo. Refer to the [dedicated documentation](/serverless/containers/api-cli/migrate-external-image-to-scaleway-registry/) for more information.
120107

121108
## Can I whitelist the IPs of my containers?
122109

0 commit comments

Comments
 (0)