Skip to content

Commit 6420db1

Browse files
authored
Specify registry in Docker login command
Updated the Docker login command to specify the registry.
1 parent d1820a2 commit 6420db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/clusters/rcp/rcp_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ To build the user docker image, run:
165165
Login to the registry:
166166

167167
```
168-
docker login
168+
docker login registry.rcp.epfl.ch
169169
```
170170

171171
The login informations are your EPFL credentials

0 commit comments

Comments
 (0)