Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


The Focus Nexus can host public and private Docker images. This document contains instructions on how to use them.

The public and private registries are accessed on different ports:

...

Login

You need a user at the Focus Nexus to login to the Registry

Run the following in a terminal to login

Code Block
languagebash
titleLogin
docker login nexus.focus.fish:<PORT>

You will be asked to enter your username and password, when supplied you will be able to Push to the Registry.

Being logged in is currently a requirement to perform any operations on the repository.

If you only need Pull access to the Public repository you can use the following user.

...

Pushing

Code Block
languagebash
titlePushing
docker push nexus.focus.fish:<PORT>/uvms/<CONTAINER>:<VERSION>

Pulling

Code Block
languagebash
titlePulling
docker pull nexus.focus.fish:<PORT>/uvms/<CONTAINER>:<VERSION>

Dockerfiles

FROM nexus.focus.fish:<PORT>/uvms/<CONTAINER>:<VERSION>
Code Block
languagebash
titlePulling
Warning

UnionVms uses https://hub.docker.com/u/uvms/ for all docker images and we don't have any private docker images at the moment (could be oracle stuff and then we will probably will pay for this on https://hub.docker.com)

All nexus docker images have been deleted.