Skip to content

mvc-labs/mvc-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published