Skip to content

Commit 8546bbf

Browse files
SamyOubouazizbene2k1RoRoJ
authored andcommitted
fix(srv): replace snippet with link to dedicated doc (scaleway#4005)
* fix(srv): replace snippet with link to dedicated doc * fix(srv): update * Update faq/serverless-containers.mdx Co-authored-by: Rowena Jones <[email protected]> --------- Co-authored-by: Benedikt Rollik <[email protected]> Co-authored-by: Rowena Jones <[email protected]>
1 parent a2ace9b commit 8546bbf

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 using the Docker CLI, or 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)