https://github.com/naftulikay/docker-loki-vm
A lightweight elementary OS Loki 0.4 VM in Docker.
https://github.com/naftulikay/docker-loki-vm
docker elementary elementaryos loki vm
Last synced: 9 months ago
JSON representation
A lightweight elementary OS Loki 0.4 VM in Docker.
- Host: GitHub
- URL: https://github.com/naftulikay/docker-loki-vm
- Owner: naftulikay
- License: other
- Created: 2018-01-23T23:13:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T23:15:41.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T23:42:55.230Z (about 1 year ago)
- Topics: docker, elementary, elementaryos, loki, vm
- Language: Dockerfile
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# docker-loki-vm [![Build Status][travis.svg]][travis] [![Docker Build][docker.svg]][docker]
A lightweight elementary OS 0.4 Loki 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/loki-vm:latest ./
$ docker run -d --name loki -v /sys/fs/cgroup:/sys/fs/cgroup:ro --privileged \
naftulikay/loki-vm:latest
$ docker exec -it loki 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/loki-vm/
[docker.svg]: https://img.shields.io/docker/automated/naftulikay/loki-vm.svg
[travis]: https://travis-ci.org/naftulikay/docker-loki-vm/
[travis.svg]: https://travis-ci.org/naftulikay/docker-loki-vm.svg?branch=master