Docker for Enterprise
Overview
Use the SDK to bring your tools to an Enterprise account on the Platform the same way as for a single user account. However, there are a few additional conventions to note when using the SDK on an Enterprise account, as described below.
Prerequisite
The information on this page applies to Seven Bridges Platform users on an Enterprise account.
Docker Naming Conventions
While Docker repository naming can be free form, we suggest as a best practice to name your Docker repositories within the Seven Bridges Image Registry in the following manner: images.sbgenomics.com/<division>/<username>/<repository-name>[:tag]
.
Alternatively, the username can be omitted from the repository name, and the following naming convention can be followed: images.sbgenomics.com/<division>/<repository-name>[:tag]
. All Docker repositories inside a Division are owned by the Division and this naming convention reflects that.
If you are using the Seven Bridges Platform on AWS EU, please use
eu-images.sbgenomics.com
in repository names instead ofimages.sbgenomics.com
.
Updated over 2 years ago