diff --git a/README.md b/README.md index cc2f0a1..700336c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,17 @@ Non-Interactive Installation Test [![Ansible check archlinux:latest](https://github.com/timgreen/HomeConfig/actions/workflows/ansible-archlinux-latest.yml/badge.svg)](https://github.com/timgreen/HomeConfig/actions/workflows/ansible-archlinux-latest.yml) [![Ansible check ubuntu:latest](https://github.com/timgreen/HomeConfig/actions/workflows/ansible-ubuntu-latest.yml/badge.svg)](https://github.com/timgreen/HomeConfig/actions/workflows/ansible-ubuntu-latest.yml) +## Try it in Docker + +```sh +docker run -e TERM -e COLORTERM -w /root -it --rm ubuntu sh -uec ' + apt-get update + DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ansible git + ansible-pull -U https://github.com/timgreen/HomeConfig.git -d $PWD/HomeConfig --tags mini,cli --accept-host-key + zsh +' +``` + ## Init ```sh