https://github.com/retr0h/box-liner
Docker container validation.
https://github.com/retr0h/box-liner
docker goss python python3 testing testing-framework
Last synced: about 2 months ago
JSON representation
Docker container validation.
- Host: GitHub
- URL: https://github.com/retr0h/box-liner
- Owner: retr0h
- Created: 2019-02-16T00:16:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T22:40:55.000Z (over 7 years ago)
- Last Synced: 2025-03-29T22:12:47.166Z (over 1 year ago)
- Topics: docker, goss, python, python3, testing, testing-framework
- Homepage:
- Size: 2.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Box Liner
Box Liner is a tool which runs a suite of validation tests against the
specified containers.
Intended to test [Docker][1] containers post build and prior to publishing.
The container(s) lifecycle is managed through [Docker Compose][2], and
validation is handled by [InSpec][3].
Tests are run against local containers, and optionally the services they expose
through a "sidecar" container.
[1]: https://www.docker.com/
[2]: https://docs.docker.com/compose/
[3]: https://www.inspec.io/
## Where is it?
Unfortunately, this project has been moved in house. Hopefully, we can release it
in the near future.