mvc-labs / mvc-dockerfile

Docker image definition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker image definition.

License:MIT License


Languages

Language:Shell 70.4%Language:Dockerfile 29.6%