How To: Interact with the Orcpub Docker CLI - Orcpub/orcpub GitHub Wiki
docker ps -a for a list of containers
docker run -it <image> /bin/bash
ports:
- "4334:4334"
- "4335:4335"
- "4336:4336"
-
cdto local/host orcpub directory - Run
lein replfrom host
Note: If on Ubuntu you will want to specify Leiningen 2.8.3 or lower
- When prompted run
(start-server) - Run
(verify-new-user "<your account's email>")
Note: The "parentheses" are required