Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonzeolla/container-security-201

A Container Security 201 lab
https://github.com/jonzeolla/container-security-201

Last synced: about 6 hours ago
JSON representation

A Container Security 201 lab

Awesome Lists containing this project

README

        

# Container Security 201 Lab

## Getting Started

Run the lab setup container, and you should be good to go!

```bash
docker run --network host -v /:/host jonzeolla/labs:container-security-201
```

## Customizing

If you need to pass custom arguments to the `ansible-playbook` command in the `entrypoint.sh`, pass in the arguments as an env var named `ANSIBLE_CUSTOM_ARGS`.

You can also specify a custom user by setting the `HOST_USER` environment variable inside the container.

## Updating

Standard updates are automated to run twice a week and open a PR if anything changes (via `task update`).