Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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:

PublicPrivate
90819082

Login

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

Run the following in a terminal to login

Login
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.

UsernamePassword
focus-dockerdocker

Pushing

Pushing
docker push nexus.focus.fish:<PORT>/uvms/<CONTAINER>:<VERSION>

Pulling

Pulling
docker pull nexus.focus.fish:<PORT>/uvms/<CONTAINER>:<VERSION>

Dockerfiles

Pulling
FROM nexus.focus.fish:<PORT>/uvms/<CONTAINER>:<VERSION>
  • No labels