From f5b5f66b8235c495c7797dc88e831ae6d27d537c Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Tue, 17 Feb 2015 16:36:54 -0800 Subject: [PATCH] Update README.md --- docker/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docker/README.md b/docker/README.md index 3fa9c0a2b3..f96dd57f24 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,5 +1,13 @@ #### How to use the Snipe-IT docker image ##### +Build the snipeit image using the ```Dockerfile``` at the root directory of Snipe-IT by doing this: + +```sh +docker build -t snipeit . +``` + +Then you can use your newly built image as ```snipeit``` + ### How to get up and running ### * First get a MySQL container running