An open API service indexing awesome lists of open source software.

https://github.com/dockette/vagrant

🐳 Vagrant Docker Images.
https://github.com/dockette/vagrant

Last synced: 26 days ago
JSON representation

🐳 Vagrant Docker Images.

Awesome Lists containing this project

README

          

Dockette / Vagrant


Ready-to-use Docker images for Vagrant.


🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x





-----

## Usage

```ruby
Vagrant.configure(2) do |config|
config.vm.provider "docker" do |d|
d.image = "dockette/vagrant:debian-12"
d.has_ssh = true
end
end
```

**Provisioning**

```ruby
Vagrant.configure(2) do |config|
config.vm.provider "docker" do |d|
d.image = "dockette/vagrant:debian-12"
d.has_ssh = true
end
config.vm.provision "shell", inline: "apt install -y htop"
end
```

### Images

- `dockette/vagrant:debian-12`
- `dockette/vagrant:debian-12-systemd`
- `dockette/vagrant:debian-11`
- `dockette/vagrant:debian-11-systemd`
- `dockette/vagrant:debian-10`
- `dockette/vagrant:debian-10-systemd`

## Development

See [how to contribute](https://contributte.org/contributing.html) to this package.

This package is currently maintaining by these authors.



-----

Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.