-
Notifications
You must be signed in to change notification settings - Fork 193
documentation Docker Development
Carlos Agüero edited this page May 7, 2020
·
1 revision
Official Docker images are stored in the VRX repository on Dockerhub.
For instructions on using these images or building from their Dockerfiles, please see the System Setup Docker tutorial.
Members of the VRX organization with push access can upload new versions of Docker images to the repository as follows:
-
Build the new image.
-
Login to Docker from the command line:
$docker login
-
Tag the image to be pushed to the repository. For example, if the image name is new_nvidia_docker, run:
$docker tag new_nvidia_docker osrf/vrx_nvidia:v4
-
Upload the new image. Continuing the example above, you would run:
$docker push osrf/vrx_nvidia:v4