# Uncloud Private Registries


While pushing [this PR](https://github.com/psviderski/uncloud/pull/306), the answer was that this _was already
working_! But kind of unintuitive, but smart as it re-uses whatever docker setup you got (i.e. credentials
helpers).

So to get this working you:

```sh
% docker login registry.science.ru.nl
Username: bla
Password:
...
```

And then use `uc deploy -f .../compose.yml` just like you did before. Now it should pull from the private repo
and things "just work".

