https://github.com/dockette/vagrant
🐳 Vagrant Docker Images.
https://github.com/dockette/vagrant
Last synced: 26 days ago
JSON representation
🐳 Vagrant Docker Images.
- Host: GitHub
- URL: https://github.com/dockette/vagrant
- Owner: dockette
- License: mit
- Created: 2022-10-12T21:57:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-03T07:33:30.000Z (4 months ago)
- Last Synced: 2025-12-06T09:14:11.048Z (4 months ago)
- Language: Dockerfile
- Size: 41 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.