Discover Packages
storj.io/storj
cmd
multinode
command
Version:
v1.88.3
Opens a new window with list of versions in this module.
Published: Sep 27, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Multinode Dashboard
Reference Articles
Tech Preview Forum Post
Running the Multinode Dashboard in Docker with persistent data
Start the image as follows, while replacing the placeholder <multinode-config-dir>
with a path to a directory. This directory will contain database files and a config.yaml.
docker run -d --restart unless-stopped \
--user $(id -u):$(id -g) \
-p 127.0.0.1:15002:15002/tcp \
--mount type=bind,source="<multinode-config-dir>",destination=/app/config \
--name multinode storjlabs/multinode:latest
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.