summaryrefslogtreecommitdiff
path: root/README.md
blob: 935b16005cdbb98cd6e3ab35d5c67f5414a40bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# init

## Development

In order to test this, you can use *Docker* and build a simple Ubuntu container

```bash
  git clone git@github.com:nikolaosboutalas/init.git
  cd init
  docker build . -t ansible && docker run --rm -it ansible
  # Inside the new running container
  ./setup.sh
```