{"id":21623494,"url":"https://github.com/dylanfoster/dockerbox","last_synced_at":"2026-04-11T01:17:32.786Z","repository":{"id":75871895,"uuid":"41722055","full_name":"dylanfoster/dockerbox","owner":"dylanfoster","description":"my docker/vagrant setup","archived":false,"fork":false,"pushed_at":"2015-09-06T02:01:41.000Z","size":176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T22:12:28.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylanfoster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-01T06:50:15.000Z","updated_at":"2015-09-01T16:50:29.000Z","dependencies_parsed_at":"2023-03-11T20:43:41.786Z","dependency_job_id":null,"html_url":"https://github.com/dylanfoster/dockerbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanfoster%2Fdockerbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanfoster%2Fdockerbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanfoster%2Fdockerbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanfoster%2Fdockerbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylanfoster","download_url":"https://codeload.github.com/dylanfoster/dockerbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244288097,"owners_count":20428928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T00:13:08.982Z","updated_at":"2025-10-20T01:32:46.350Z","avatar_url":"https://github.com/dylanfoster.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![](/assets/vagrant.png) + ![](/assets/docker.png)\n\ndockerbox uses sshfs to share the guest's `code` directory on the host. Any work you plan on doing should be done in this directory\n\n## Installation\n\n**requirements**\n\n - [ansible](http://docs.ansible.com/ansible/index.html)\n - [ansible-galaxy](https://galaxy.ansible.com/)\n - [vagrant](https://www.vagrantup.com/)\n\n### install vagrant and virtualbox\n\n**Linux**\n\n```shell\n$ sudo apt-get install vagrant\n$ sudo apt-get install virtualbox\n$ sudo apt-get install virtualbox-dkms\n```\n\n**OS X**\n\n```shell\n$ brew cask install vagrant\n$ brew cask install virtualbox\n```\n\n### install ansible\n\n**Linux**\n\n```shell\n$ sudo apt-get install software-properties-common\n$ sudo apt-add-repository ppa:ansible/ansible\n$ sudo apt-get update\n$ sudo apt-get install ansible\n```\n\n**OS X**\n\n```shell\n$ brew install ansible\n```\n### install SSHFS:\n\n**Linux**\n\n```shell\n$ sudo apt-get install sshfs\n```\n\n**OS X**\n\n```shell\n$ brew install Caskroom/cask/osxfuse\n$ brew install sshfs\n```\n\n### clone the repo:\n\n```shell\n$ git clone https://github.com/dylanfoster/dockerbox.git \u0026\u0026 cd dockerbox\n```\n\n### get the requirements:\n\n```shell\n$ ansible-galaxy install -r galaxy.yml\n```\n\n### start the vm:\n\n```shell\n$ vagrant up\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Dylan Foster \u003cdylan947@gmail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanfoster%2Fdockerbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanfoster%2Fdockerbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanfoster%2Fdockerbox/lists"}