Skip to content

Commit

Permalink
Documentation updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
glillico committed Jun 1, 2023
1 parent 047a352 commit 6ba443d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To build this docker container you can do the following.

- Install Docker Engine, see [here](https://docs.docker.com/engine/install/) for details.
- To create a containter from the image you created in the `How To Build` section run the command.
- `$ docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro oraclelinux8-ansible:latest`
- `$ docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host oraclelinux8-ansible:latest`
- To confirm Ansible is working within the container run the command.
- `$ docker exec --tty <CONTAINER ID> env TERM=xterm ansible --version`

Expand Down

0 comments on commit 6ba443d

Please sign in to comment.