Skip to content

naftulikay/docker-centos7-vm

Repository files navigation

docker-centos7-vm Build Status Docker Build

A lightweight CentOS 7 VM in Docker, primarily used for integration testing of Ansible roles.

Usage

The image and container can be built and started like so:

$ docker build -t naftulikay/centos7-vm:latest ./
$ docker run -d --name centos7 -v /sys/fs/cgroup:/sys/fs/cgroup:ro --privileged \
      naftulikay/centos7-vm:latest
$ docker exec -it centos7 wait-for-boot

View docker-compose.yml for a working reference on how to build and run the image/container.

License

Licensed at your discretion under either:

About

A lightweight CentOS 7 VM in Docker.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published