https://github.com/naftulikay/docker-trusty-vm
A lightweight Ubuntu 14.04 Trusty VM in Docker.
https://github.com/naftulikay/docker-trusty-vm
ansible docker ubuntu ubuntu1404
Last synced: 7 months ago
JSON representation
A lightweight Ubuntu 14.04 Trusty VM in Docker.
- Host: GitHub
- URL: https://github.com/naftulikay/docker-trusty-vm
- Owner: naftulikay
- License: other
- Created: 2017-05-23T06:42:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T23:22:10.000Z (over 6 years ago)
- Last Synced: 2025-01-29T23:42:56.368Z (9 months ago)
- Topics: ansible, docker, ubuntu, ubuntu1404
- Language: Shell
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# docker-trusty-vm [![Build Status][travis.svg]][travis] [![Docker Build][docker.svg]][docker]
A lightweight Ubuntu 14.04 Trusty 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/trusty-vm:latest ./
$ docker run -d --name trusty naftulikay/trusty-vm:latest
$ docker exec -it trusty 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/trusty-vm/
[docker.svg]: https://img.shields.io/docker/automated/naftulikay/trusty-vm.svg?maxAge=2592000
[travis]: https://travis-ci.org/naftulikay/docker-trusty-vm
[travis.svg]: https://travis-ci.org/naftulikay/docker-trusty-vm.svg?branch=master