From 16b35517ee076709d38006e3cd2b4df629630db3 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Mon, 1 Oct 2018 00:27:57 -0400 Subject: [PATCH] Add Docker setup to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f179a11..ee53821 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,19 @@ Note that bash is required for this install (as some of the interactive options ``` bash -c "$(curl -fsSL https://raw.githubusercontent.com/akarle/dotfiles/master/install.sh)" ``` + +## Trying it Out + +You can try these on for size in a completely isolated environment by using +Docker (which must be installed separately). + +```sh +# From within this repo, build from Dockerfile +docker build -t akarledots . + +# Run container interactively +docker run -it akarledots + +# ------ INSIDE CONTAINER ------ +./install.sh +``` -- libgit2 0.28.4