Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coderhs/vagrant_ubuntu_22_04_docker


https://github.com/coderhs/vagrant_ubuntu_22_04_docker

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

This is the repo for https://app.vagrantup.com/coderhs/boxes/ubuntu-22-04-docker

How to use box

```rb
Vagrant.configure("2") do |config|
config.vm.box = "coderhs/ubuntu-22-04-docker"
config.vm.box_version = "1.0.0"
end
```