From 4ff0955da91f46d211792bee8623a925c7350ca5 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Sat, 26 Jan 2019 14:19:03 +0100 Subject: [PATCH] added Docker Hub image --- module/hackathon.20190127/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/module/hackathon.20190127/README.md b/module/hackathon.20190127/README.md index 708d0c0..7d50c24 100644 --- a/module/hackathon.20190127/README.md +++ b/module/hackathon.20190127/README.md @@ -81,7 +81,14 @@ $ ck pull repo:ck-quantum ## 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 ```