Running Server Commands
Details on using the Seq Docker container
The full Seq Server Command Line is accessible through the Docker container.
To run a command-line command, for example show-key
, the syntax is:
docker run \
-e ACCEPT_EULA=Y \
-v /path/to/seq/data:/data \
datalust/seq \
show-key
Updated over 4 years ago