Skip to content

Commit

Permalink
docs: add "Try it in Docker"
Browse files Browse the repository at this point in the history
  • Loading branch information
timgreen committed Nov 26, 2023
1 parent c43a8ea commit dff85a2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dff85a2

Please sign in to comment.