Skip to content

Commit

Permalink
added docker build instructions steemit#487
Browse files Browse the repository at this point in the history
  • Loading branch information
sneak authored and theoreticalbts committed Oct 6, 2016
1 parent 5539254 commit c279540
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ Clears old votes from memory that are not longer required for consensus.
Builds steem for use in a private testnet. Also required for correctly
building unit tests

## Building under Docker

We ship a Dockerfile. This builds both common node type binaries.

git clone https://github.com/steemit/steem
cd steem
docker build -t steemitinc/steem .

## Building on Ubuntu 16.04

For Ubuntu 16.04 users, after installing the right packages with `apt` Steem
Expand Down

0 comments on commit c279540

Please sign in to comment.