Skip to content

Commit

Permalink
Update docker readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bb111189 authored Mar 18, 2018
1 parent 45f88c8 commit 61e8c47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Zilliqa container
# Zilliqa container (Experimental)

##Overview
## Overview
This repository contains a Dockerfile that can built into a Docker image containing the Zilliqa binaries.

##Building the Docker image
## Building the Docker image
Executing the following command will start building a Docker image of Zilliqa:

> docker build --rm -t zilliqa .
Expand All @@ -13,9 +13,9 @@ This build step will fetch the Zilliqa sources, gather it's dependencies and bui
> Note: by default the 'master' branch of the Zilliqa repo will be built in 'Debug' mode. You can specify an other branch and/or configuration by providing build arguments like so:
> docker build --build-arg BRANCH=<branchname> --build-arg CONFIG=<Debug/Release> --rm -t zilliqa .
##Running a Docker container
## Running a Docker container
To start up a Docker container from the previously built Docker image, you can run the following command:

> docker run --rm -i -t zilliqa
This will spawn a Docker container (running Ubuntu 16.04) which contains the entire source- and buildtree of Zilliqa. From there, you can run the deamon, test scripts, etc...
This will spawn a Docker container (running Ubuntu 16.04) which contains the entire source- and buildtree of Zilliqa. From there, you can run the deamon, test scripts, etc...

0 comments on commit 61e8c47

Please sign in to comment.