Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 850 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 850 Bytes

MVC Dockerfile

This is the dockerfile definition to help you build docker image and run MicroVisionChain in a containerized environment(DockerCompose Kubernetes etc).

Documentation:

DockerBuild

构建文档

Quick Start

Copy and paste the following commands to your terminal to set up a MicroVisionChain node quickly.

mkdir -p ~/mvc-data && \
git clone https://github.com/mvc-labs/mvc-dockerfile.git && \
cd mvc-dockerfile && \
docker compose up -d

Build Docker Image

bash docker-build.sh

Run Docker Image with mvcd(default)

docker run microvisionchain:v0.2.0.0

Run Docker Image with mvc-cli

docker run microvisionchain:v0.2.0.0 mvc-cli help