{"id":15857636,"url":"https://github.com/radeksimko/docker-vagrant","last_synced_at":"2026-03-18T17:03:31.207Z","repository":{"id":25496028,"uuid":"28927192","full_name":"radeksimko/docker-vagrant","owner":"radeksimko","description":"Docker on CoreOS with Vagrant","archived":false,"fork":false,"pushed_at":"2015-01-07T19:05:40.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-18T15:53:12.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/radeksimko.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-01-07T18:15:51.000Z","updated_at":"2023-02-07T17:01:36.000Z","dependencies_parsed_at":"2022-08-06T05:01:23.938Z","dependency_job_id":null,"html_url":"https://github.com/radeksimko/docker-vagrant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/radeksimko/docker-vagrant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fdocker-vagrant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fdocker-vagrant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fdocker-vagrant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fdocker-vagrant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radeksimko","download_url":"https://codeload.github.com/radeksimko/docker-vagrant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fdocker-vagrant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29907346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T17:28:36.873Z","status":"ssl_error","status_checked_at":"2026-02-27T17:28:20.970Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-05T20:40:49.030Z","updated_at":"2026-02-27T18:03:22.487Z","avatar_url":"https://github.com/radeksimko.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker on CoreOS with Vagrant\n\nThis provides the (imho easiest) way on how to run Docker on CoreOS via Vagrant.\nVagrant uses [`boot2docker`](https://atlas.hashicorp.com/mitchellh/boxes/boot2docker)\nas a default Linux distribution for Docker, but it can be told to use CoreOS\nvia a Vagrantfile option.\n\n## More resources\n\nhttp://docs.vagrantup.com/v2/docker/basics.html\n\n## Requirements (for OSX)\n - Homebrew (= XCode CLI tools too)\n - `brew tap caskroom/homebrew-cask`\n - `brew cask install virtualbox vagrant`\n\n## Usage\n\nSpin up the docker container(s) + host OS (CoreOS)\n\n```\nvagrant up\n```\n\nrun some one-off commands in the container through Vagrant\n\n```\nvagrant docker-run -- redis-cli --version\n```\n\nor connect to the host VM (the host VM is not visible through `vagrant status`)\n\n```\n$ vagrant global-status\nid       name    provider   state   directory                             \n--------------------------------------------------------------------------\n538c0cb  default virtualbox running /private/var/workspace/vagrant/docker \n5a669f1  default docker     running /private/var/workspace/vagrant/docker \n\n$ vagrant ssh 538c0cb\n```\n\nand play around with docker directly\n\n```\n$ docker ps\nCONTAINER ID        IMAGE               COMMAND                CREATED             STATUS              PORTS               NAMES\n3869edd06c1f        redis:2             \"/entrypoint.sh redi   27 minutes ago      Up 17 minutes       6379/tcp            docker_default_1420655258\n\n$ docker run -it --link docker_default_1420655258:redis --rm redis sh -c 'exec redis-cli -h \"$REDIS_PORT_6379_TCP_ADDR\" -p \"$REDIS_PORT_6379_TCP_PORT\"'\n172.17.0.4:6379\u003e SET name Radek\nOK\n172.17.0.4:6379\u003e GET name\n\"Radek\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradeksimko%2Fdocker-vagrant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradeksimko%2Fdocker-vagrant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradeksimko%2Fdocker-vagrant/lists"}