Skip to content

Commit

Permalink
added Docker Hub image
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Jan 26, 2019
1 parent 6f2014d commit 4ff0955
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion module/hackathon.20190127/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,14 @@ $ ck pull repo:ck-quantum
<a name="getting_started_docker"></a>
## Getting started - option B (using a Docker container tailor-made for this hackathon)

### Build the Docker image:
You can check how to install Docker on your system [here](https://docs.docker.com/install).

### Run a Docker container from the cTuning Docker Hub:
```
$ docker run -it --publish 3355:3344 ctuning/cqk-hackathon.20190127
```

### Build your own Docker image:
```
$ docker build --tag hackathon.20190127 https://raw.githubusercontent.com/ctuning/ck-quantum/master/docker/hackathon.20190127/Dockerfile
```
Expand Down

0 comments on commit 4ff0955

Please sign in to comment.