Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arillso/docker.test-container
These are test containers for ansible molecule tests.
https://github.com/arillso/docker.test-container
Last synced: 6 days ago
JSON representation
These are test containers for ansible molecule tests.
- Host: GitHub
- URL: https://github.com/arillso/docker.test-container
- Owner: arillso
- License: mit
- Created: 2020-10-05T18:39:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T20:10:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T08:15:20.299Z (6 months ago)
- Language: Dockerfile
- Size: 36.1 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Test image
## Description
You can use this images as base containers to run systemd services inside.
## Usage
1. Run the container as a daemon
`docker run -d --name systemd --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro arillso/$IMAGE`
or if it doesn't work
`docker run -d --name systemd --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro arillso/$IMAGE`
2. Enter to the container
`docker exec -it systemd sh`
3. Remove the container
`docker rm -f systemd`
## License
This project is under the MIT License. See the [LICENSE](https://sbaerlo.ch/licence) file for the full license text.
## Copyright
(c) 2020, Arillso