Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonzeolla/container-security-101
A Container Security 101 lab
https://github.com/jonzeolla/container-security-101
Last synced: about 6 hours ago
JSON representation
A Container Security 101 lab
- Host: GitHub
- URL: https://github.com/jonzeolla/container-security-101
- Owner: JonZeolla
- Created: 2023-10-22T16:32:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T03:22:20.000Z (8 months ago)
- Last Synced: 2024-04-01T04:28:39.460Z (8 months ago)
- Language: Dockerfile
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Container Security 101 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-101
```## 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`).