Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coderhs/vagrant_ubuntu_22_04_docker
- Owner: coderhs
- Created: 2022-09-05T22:01:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T22:57:12.000Z (over 2 years ago)
- Last Synced: 2024-10-30T09:42:03.972Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```