diff --git a/content/tutorials/compute-to-data-docker-registry.md b/content/tutorials/compute-to-data-docker-registry.md index a258a9f9..03cd864d 100644 --- a/content/tutorials/compute-to-data-docker-registry.md +++ b/content/tutorials/compute-to-data-docker-registry.md @@ -4,11 +4,12 @@ description: Learn how to setup own docker registry and push images for running --- ## Prerequisites + 1. Running docker environment on the server. 2. Domain name is mapped to the server IP address. 3. SSL certificate -## Step 1: Generate password file +## Generate password file Replace content in `<>` with appropriate content. @@ -79,4 +80,4 @@ docker image tag example.com/my-algo:latest ## Next step -You can publish an algorithm asset with the metadata containing registry url, image, and tag information to enable users to run C2D jobs. \ No newline at end of file +You can publish an algorithm asset with the metadata containing registry url, image, and tag information to enable users to run C2D jobs. diff --git a/data/sidebars/tutorials.yml b/data/sidebars/tutorials.yml index 5a66b028..75280355 100644 --- a/data/sidebars/tutorials.yml +++ b/data/sidebars/tutorials.yml @@ -45,6 +45,8 @@ link: /tutorials/compute-to-data-datasets-algorithms/ - title: Writing Algorithms link: /tutorials/compute-to-data-algorithms/ + - title: Setting up docker registry + link: /tutorials/compute-to-data-docker-registry/ - group: Storage Setup items: