From e0187a235c761240dacb8fd765f9eab9d4e8404c Mon Sep 17 00:00:00 2001 From: Nikolaos Boutalas Date: Mon, 7 Aug 2023 10:45:42 +0300 Subject: Initialize project and introduce Dockerfile I added a simple Dockerfile that builds an Ubuntu based container ready to be used with Ansible. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..935b160 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` -- cgit v1.2.3