D3strukt0r / vagrant-debian-docker

A Vagrant Debian image based on Bento boxes with Docker and other tools preinstalled

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant Box with Debian and Docker preinstalled

A Debian image based on Bento boxes with Docker and other tools preinstalled

Getting Started

Prerequisites

Quick Guide on macOS

brew install vagrant

Usage

Inside your Vagrantfile simply use our image as base image:

Vagrant.configure('2') do |config|
  config.vm.box = 'd3strukt0r/debian-docker'
end

For a complete example that we also use for testing, check out test/Vagrantfile

Contributing

Please read CODE_OF_CONDUCT.md for details on our code of conduct, and CONTRIBUTING.md for the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

All the authors can be seen in the AUTHORS.md file.

Contributors can be seen in the CONTRIBUTORS.md file.

See also the full list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

Acknowledgments

A list of used libraries and code with their licenses can be seen in the ACKNOWLEDGMENTS.md file.

About

A Vagrant Debian image based on Bento boxes with Docker and other tools preinstalled

License:MIT License


Languages

Language:Shell 56.1%Language:HCL 36.8%Language:Dockerfile 7.0%