Skip to content

Commit f2f9098

Browse files
author
Danny Diekroeger
committed
added instructions for running docker locally
1 parent b1c19ef commit f2f9098

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ The key server is BitGo's interface to the KRS service. It is responsible for st
3939

4040
Replace `[email protected]` with your email in the above example to receive an email with your backup key.
4141

42+
**To Run Server as a Docker Container**
43+
44+
1. From the KRS main repository, run `docker build -t my-image-name .` (note the period at the end)
45+
2. Run `docker run -p 6833:6833 my-image-name`
46+
3. The service should now be running - see step (7) above to test
47+
4248
Offline Environment Setup
4349
====================
4450
An offline environment is required for generating master keys, deriving hardened customer keys, and signing recovery transactions.

0 commit comments

Comments
 (0)