blob: bca2782f320931c488e6316e1524f048fad093b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# init
## Development
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
# 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
```
|