{"id":41512826,"url":"https://github.com/guitsaru/devcon","last_synced_at":"2026-01-23T20:09:40.796Z","repository":{"id":37391072,"uuid":"451504808","full_name":"guitsaru/devcon","owner":"guitsaru","description":"Program to start devcontainers without vscode","archived":false,"fork":false,"pushed_at":"2022-06-24T09:31:15.000Z","size":72,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-12T18:42:13.789Z","etag":null,"topics":["devcontainer","devcontainers"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guitsaru.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":"2022-01-24T14:48:07.000Z","updated_at":"2024-04-21T18:21:58.000Z","dependencies_parsed_at":"2022-09-20T02:12:27.487Z","dependency_job_id":null,"html_url":"https://github.com/guitsaru/devcon","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/guitsaru/devcon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitsaru%2Fdevcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitsaru%2Fdevcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitsaru%2Fdevcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitsaru%2Fdevcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guitsaru","download_url":"https://codeload.github.com/guitsaru/devcon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitsaru%2Fdevcon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28699372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"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":["devcontainer","devcontainers"],"created_at":"2026-01-23T20:09:40.204Z","updated_at":"2026-01-23T20:09:40.791Z","avatar_url":"https://github.com/guitsaru.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devcon\n\nUse [devcontainers](https://code.visualstudio.com/docs/remote/containers) outside of Visual Studio Code.\n\n## Notice\n\n`devcon` is currently beta software. It is not ready for serious use.\n\n## Installation\n\nDownload the binary from the [latest release](https://github.com/guitsaru/devcon/releases).\n\n## Usage\n\n* `devcon` - starts the container specified in `.devcontainer/devcontainer.yml`\n* `devcon rebuild [--no-cache]` - rebuilds and starts the container (optionally without cache). Run this if you make changes to the Dockerfile.\n\n## SSH Agent\n\n`devcon` will automatically give the container access to your ssh agent. This will allow you to use your ssh keys for ssh or git without needing to copy them in.\n\n## Configuration\n\nCreate a file in `~/.config/devcon/config.toml`\n\n```toml\n# Can be either \"podman\" or \"docker\", defaults to \"docker\"\nprovider = \"docker\"\n\n# The list of dotfiles you want to copy into the container. Files are relative to your how directory.\n# These can be files or directories.\ndotfiles = [\n\t\".zshrc\",\n\t\".config/nvim\",\n]\n```\n\n## Supported Container Engines\n\n- [x] docker\n- [x] podman\n- [x] docker-compose\n- [ ] podman-compose\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguitsaru%2Fdevcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguitsaru%2Fdevcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguitsaru%2Fdevcon/lists"}