Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonzeolla/container-security-201
- Owner: JonZeolla
- Created: 2024-04-23T20:36:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T03:50:23.000Z (6 months ago)
- Last Synced: 2024-05-23T04:56:28.504Z (6 months ago)
- Language: Dockerfile
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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`).