diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,12 +2,13 @@ ## Development -In order to test this, you can use *Docker* and build a simple Ubuntu container +In order to test this, you can use *Docker* and build a simple Linux container ```bash git clone git@github.com:nikolaosboutalas/init.git cd init - docker build . -t ansible && docker run --rm -it ansible + # Build a docker container with the specified distribution + docker build . -t ansible -f Dockerfile.<distribution> && docker run --rm -it ansible # Inside the new running container ./setup.sh ``` |