https://github.com/naftulikay/docker-juno-vm
A lightweight elementary OS Juno 5.0 VM in Docker.
https://github.com/naftulikay/docker-juno-vm
docker elementary-os elementary-os-juno juno vm
Last synced: 2 months ago
JSON representation
A lightweight elementary OS Juno 5.0 VM in Docker.
- Host: GitHub
- URL: https://github.com/naftulikay/docker-juno-vm
- Owner: naftulikay
- License: other
- Created: 2018-12-20T20:48:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T23:13:42.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T23:42:56.348Z (4 months ago)
- Topics: docker, elementary-os, elementary-os-juno, juno, vm
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# docker-juno-vm [![Build Status][travis.svg]][travis] [![Docker Build][docker.svg]][docker]
A lightweight elementary OS 5.0 Juno 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 -it naftulkay/juno-vm:latest ./
$ docker run -d --name juno -v /sys/fs/cgroup:/sys/fs/cgroup:ro --privileged \
naftulikay/juno-vm:latest
$ docker exec -it juno wait-for-boot
```View [`docker-compose.yml`](./docker-compose.yml) for a working reference on how to build and run the image/container.
## License
Licensed at your discretion under either:
- [MIT License](./LICENSE-MIT)
- [Apache License, Version 2.0](./LICENSE-APACHE)[docker]: https://hub.docker.com/r/naftulikay/juno-vm/
[docker.svg]: https://img.shields.io/docker/automated/naftulikay/juno-vm.svg
[travis]: https://travis-ci.org/naftulikay/docker-juno-vm/
[travis.svg]: https://travis-ci.org/naftulikay/docker-juno-vm.svg?branch=master