mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Issue-#808: Add documentation for running own docker registry
This commit is contained in:
parent
240e62a26f
commit
620f30c2aa
@ -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.
|
||||
You can publish an algorithm asset with the metadata containing registry url, image, and tag information to enable users to run C2D jobs.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user