summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSacheendra talluri <sacheendra.t@gmail.com>2017-04-01 22:39:02 +0200
committerGitHub <noreply@github.com>2017-04-01 22:39:02 +0200
commit64cbf5664696f08478b1d90b754a712e5a17450e (patch)
tree2d47e04f19e5963d163fca2ae2355d833b755b38 /README.md
parent35a7c871045c2d77ee64358f8058a35d3929a0fa (diff)
parent20f3fc6ed16e03b4113970bff8916faae23641e1 (diff)
Merge pull request #9 from atlarge-research/readme-remove-quotes
Remove quotes from 'docker build' command
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f7048484..1deeffa0 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ git clone --recursive https://github.com/atlarge-research/opendc.git
cd opendc/
# Build the Docker image
-docker build -t="opendc" .
+docker build -t=opendc .
# Start a container with the image
docker run -d --name opendc -p 8081:8081 -e 'SERVER_URL=http://localhost:8081' -e 'OAUTH_CLIENT_ID=your-google-oauth-client-id' -e 'OAUTH_CLIENT_SECRET=your-google-oauth-secret' opendc