Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 212 Bytes

readme.md

File metadata and controls

executable file
·
10 lines (7 loc) · 212 Bytes

build镜像

docker build -t blockchain:latest .

启动镜像

docker-compose up -d

docker run -d -p 3009:3009 --name blockchain blockchain

查看容器日志

sudo docker logs -f --details blockchain1