forked from larrychristensen/orcpub
-
-
Notifications
You must be signed in to change notification settings - Fork 106
How To: Interact with the Orcpub Docker CLI
DivertedCircle edited this page Mar 22, 2020
·
1 revision
docker ps -a
for a list of containers
docker run -it <image> /bin/bash
ports:
- "4334:4334"
- "4335:4335"
- "4336:4336"
-
cd
to local/host orcpub directory - Run
lein repl
from 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