https://github.com/graphaelli/docker-vm
Run the docker daemon in a VM on a mac
https://github.com/graphaelli/docker-vm
Last synced: 9 months ago
JSON representation
Run the docker daemon in a VM on a mac
- Host: GitHub
- URL: https://github.com/graphaelli/docker-vm
- Owner: graphaelli
- License: mit
- Created: 2021-10-12T17:56:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T14:40:18.000Z (over 3 years ago)
- Last Synced: 2025-04-03T11:26:54.256Z (about 1 year ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-vm
To get started:
1. Install [vagrant](https://vagrantup.com/)
2. Install [vagrant-disksize](https://github.com/sprotheroe/vagrant-disksize) with: `vagrant plugin install vagrant-disksize`
3. Customize your [synced folder](https://github.com/graphaelli/docker-vm/blob/8ecacce10c07af1f70ae68e3964865c074e5eb85/Vagrantfile#L11)
4. Start the VM: `vagrant up`
5. Instruct [docker cli](https://github.com/docker/cli) to use a remote docker host with: `export DOCKER_HOST="127.0.0.1:2375"` (add this to your shell rc)