{"id":17312884,"url":"https://github.com/9seconds/docker-vagrant-python","last_synced_at":"2026-01-06T06:43:22.354Z","repository":{"id":28032040,"uuid":"31527413","full_name":"9seconds/docker-vagrant-python","owner":"9seconds","description":"Python docker files for Docker vagrant","archived":false,"fork":false,"pushed_at":"2015-03-02T13:00:11.000Z","size":152,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T06:41:36.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/9seconds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-02T06:59:37.000Z","updated_at":"2017-09-12T19:11:02.000Z","dependencies_parsed_at":"2022-09-04T09:11:22.102Z","dependency_job_id":null,"html_url":"https://github.com/9seconds/docker-vagrant-python","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/9seconds%2Fdocker-vagrant-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9seconds%2Fdocker-vagrant-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9seconds%2Fdocker-vagrant-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9seconds%2Fdocker-vagrant-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/9seconds","download_url":"https://codeload.github.com/9seconds/docker-vagrant-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245761303,"owners_count":20667895,"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-10-15T12:44:55.882Z","updated_at":"2026-01-06T06:43:22.309Z","avatar_url":"https://github.com/9seconds.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-vagrant-python\n\nDocker containers tuned to run by Vagrant without a big amount of buzz.\n\nBasically it is just an extension of [docker-vagrant](https://github.com/9seconds/docker-vagrant)\nfor those who wants to have Python installed.\n\nIt provides you with a big set of different Pythons (from 2.3 to 3.4).\n`2.6`, `2.7`, `3.1`, `3.2`, `3.3`, `3.4` are coming with PIP, setuptools and virtualenv\npreinstalled.\n\n## Installation\n\nBasically you may fetch these VMs from Docker Hub:\n\n```shell\n$ docker pull nineseconds/docker-vagrant-python\n```\n\nor if you want Python 2.7:\n\n```shell\n$ docker pull nineseconds/docker-vagrant-python:2.7\n```\n\nOr if you want, you may build them manually with `Makefile` (just run `make`\nand get the same images as I have).\n\n## Usage\n\nUsage is straighforward: please check `Vagrantfile` in the repository. Minimal\n`Vagrantfile` is following:\n\n```ruby\n# -*- mode: ruby -*-\n# vi: set ft=ruby :\n\nVagrant.configure(2) do |config|\n  # Vagrant uses vagrant user by default. Docker uses root. Use root, it is\n  # a development environment anyway.\n  config.ssh.username = \"root\"\n\n  config.vm.provider \"docker\" do |docker|\n      # The name of the image to use\n      docker.image = \"nineseconds/docker-vagrant-python:3.4\"\n\n      # vagrant docker images have SSH so why not to use it\n      docker.has_ssh = true\n\n      # Yes, containers are long running.\n      docker.remains_running = true\n  end\nend\n```\n\nPlease check documentation on [docker-vagrant](https://github.com/9seconds/docker-vagrant) to get more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9seconds%2Fdocker-vagrant-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F9seconds%2Fdocker-vagrant-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9seconds%2Fdocker-vagrant-python/lists"}