{"id":21067358,"url":"https://github.com/zefhemel/devm","last_synced_at":"2025-03-14T02:10:25.382Z","repository":{"id":66707506,"uuid":"13413772","full_name":"zefhemel/devm","owner":"zefhemel","description":"Development VMs with Docker (running inside Docker)","archived":false,"fork":false,"pushed_at":"2013-10-08T13:16:36.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T21:17:12.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zefhemel.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":"2013-10-08T13:13:28.000Z","updated_at":"2013-10-08T13:16:36.000Z","dependencies_parsed_at":"2023-02-20T09:45:37.257Z","dependency_job_id":null,"html_url":"https://github.com/zefhemel/devm","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/zefhemel%2Fdevm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefhemel%2Fdevm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefhemel%2Fdevm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefhemel%2Fdevm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zefhemel","download_url":"https://codeload.github.com/zefhemel/devm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243510126,"owners_count":20302294,"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-19T18:06:36.259Z","updated_at":"2025-03-14T02:10:25.357Z","avatar_url":"https://github.com/zefhemel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"DeVM\n====\n\nDeVM is a means to easily set up development VMs in Docker containers. The\napplication itself is hosted inside of a container, so essentially you're\nhosting docker containers inside of a docker container.\n\nTo build:\n\n    docker build -t devm .\n\nTo run (after tweaking the `DATADIR` directory in this script):\n\n    ./docker-run.sh\n\nYou can then login with password \"root\":\n\n    ssh root@localhost -p2222\n\nYou can change the root password by running:\n\n    ssh root@localhost -p2222 set-root-passwd\n\nTo create a new dev environment:\n\n    ssh root@localhost -p2222 create-env \u003cUSER\u003e \u003cBASEIMAGE\u003e \u003cSSH KEY\u003e\n\nNotes:\n\n* BASEIMAGE can by any Docker image identifier\n* SSH KEY should be entire contents of ~/.ssh/id_rsa.pub\"\n\nExample (to create a project named 'myproject' based on the 'zefhemel/base-dev' image):\n\n    ssh root@localhost -p2222 create-env myproject zefhemel/base-dev `cat ~/.ssh/id_rsa.pub`\n\nYou can then login into it using:\n\n    ssh myproject@localhost -p2222","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefhemel%2Fdevm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzefhemel%2Fdevm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefhemel%2Fdevm/lists"}