logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
How to install DaoCloud/public-image-mirror. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

DaoCloud/public-image-mirror Installation Guide

How to install DaoCloud/public-image-mirror. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for DaoCloud/public-image-mirror. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i DaoCloud/public-image-mirror
or

Install via npx

npx @hexmos/ipm i DaoCloud/public-image-mirror

Prerequisites

Docker

build_tool

Version: 19.03.0-ce-amd64

Python

language

OpenCIDN

system_tool

Version: latest

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Docker Image Pull and Run

docker run -d -P m.daocloud.io/docker.io/library/nginx

Kubeadm Configuration for Images

kubeadm config images pull --image-repository k8s-gcr.m.daocloud.io

Kind Cluster Creation

kind create cluster --name kind --image m.daocloud.io/docker.io/kindest/node:v1.22.1

RepImage YAML Deployment

kubectl create -f https://files.m.daocloud.io/github.com/wzshiming/repimage/releases/download/latest/repimage.yaml

RepImage Deployment Status Check

kubectl rollout status deployment/repimage -n kube-system

Docker Registry Mirror Installation

docker run -d --gpus=all -v docker:/root/.docker -p 11434:11434 --name docker-registry-mirror docker.m.daocloud.io/docker.io/library/nginx

Docker Registry Mirror Installation

docker run -d --gpus=all -v docker:/root/.docker -p 11434:11434 --name docker-registry-mirror docker.m.daocloud.io/docker.io/library/nginx

Post Installation Steps

  • Start the server: `docker run -d -p 80:80 m.daocloud.io/public-image-mirror`
  • Run migrations: `python manage.py makemigrations && python manage.py migrate`