Create docker.md
diff --git a/docker_file.md b/docker_file.md
new file mode 100644
index 0000000..4853aef
--- /dev/null
+++ b/docker_file.md
@@ -0,0 +1,7 @@
+To build container use command:
+
+    docker build -t <username>/disk_perf_test_tool .
+
+To run container use:
+
+    docker run -t -i <container-id>