From 7217241c87516875cc6f882a9125403b97bf3e06 Mon Sep 17 00:00:00 2001 From: Nikolaos Boutalas Date: Fri, 5 Jan 2024 03:50:50 +0200 Subject: Minor changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5b939bc..73aedd7 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ## Development -In order to test this, you can use *Docker* and build a simple Linux container +In order to test this, you can use *Docker* ```bash - $ git clone git@github.com:nikolaosboutalas/init.git + $ git clone --recurse-submodules https://github.com/nikolaosboutalas/init.git $ cd init - # Build a docker container with the specified distribution - $ docker build . -t ansible -f Dockerfile. && docker run --rm -it ansible + # Build and run the docker container + $ docker build . -t ansible && docker run --rm -it ansible # Inside the new running container $ ansible-playbook local.yml ``` -- cgit v1.2.3