From 0a3722511fa59d1efdbe52ec7a5bd4f802bb1a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 24 May 2018 21:18:25 +0200 Subject: [PATCH] Add README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f91cee --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +## Usage + +Run the `BUILD=1 ./debian-here.sh` command to build the Docker image. + +To spin up a container from the image, simply run `./debian-here.sh` and you will find yourself in the directory you've issued the command from mounted in the container. + +Note that you can run the `debian-here.sh` script from anywhere. +You could even symlink it to `/usr/local/bin` for easier access!