Skip to Main Content

Node Minutes

官网

# 安装

## docker
# x86_64
docker run -d --net host --name owjdxb -v "$(pwd)/store:/data/store" --restart always ionewu/owjdxb
# arm_64
# docker run -d --net host --name owjdxb -v "$(pwd)/store:/data/store" --restart always ionewu/owjdxb_a64
docker run -d --net host --name owjdxb -v "./temp/store:/data/store" --restart always ionewu/owjdxb_a64

# Device Bind
# After launching the container, you can view the 6-bit device code
# docker logs ionewu/owjdxb
docker logs owjdxb