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