diff options
| author | Sacheendra talluri <sacheendra.t@gmail.com> | 2017-04-01 22:39:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-01 22:39:02 +0200 |
| commit | 64cbf5664696f08478b1d90b754a712e5a17450e (patch) | |
| tree | 2d47e04f19e5963d163fca2ae2355d833b755b38 /README.md | |
| parent | 35a7c871045c2d77ee64358f8058a35d3929a0fa (diff) | |
| parent | 20f3fc6ed16e03b4113970bff8916faae23641e1 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
