{"id":22201870,"url":"https://github.com/jimmycuadra/docker-rust","last_synced_at":"2026-03-08T15:32:49.847Z","repository":{"id":30159595,"uuid":"33709866","full_name":"jimmycuadra/docker-rust","owner":"jimmycuadra","description":"DEPRECATED. Use https://hub.docker.com/_/rust/ instead.","archived":false,"fork":false,"pushed_at":"2017-09-05T19:28:11.000Z","size":13,"stargazers_count":48,"open_issues_count":2,"forks_count":31,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-09T16:26:19.829Z","etag":null,"topics":["docker","docker-image","rust"],"latest_commit_sha":null,"homepage":"","language":null,"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/jimmycuadra.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-04-10T05:18:37.000Z","updated_at":"2023-08-19T00:35:55.000Z","dependencies_parsed_at":"2022-08-28T09:21:21.474Z","dependency_job_id":null,"html_url":"https://github.com/jimmycuadra/docker-rust","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Fdocker-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Fdocker-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Fdocker-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Fdocker-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimmycuadra","download_url":"https://codeload.github.com/jimmycuadra/docker-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227760018,"owners_count":17815626,"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":["docker","docker-image","rust"],"created_at":"2024-12-02T16:11:20.107Z","updated_at":"2026-03-08T15:32:49.783Z","avatar_url":"https://github.com/jimmycuadra.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"**DEPRECATION NOTICE**\n\nThere is now an official Docker image for Rust, so this one is no longer maintained.\n\n* [Rust image on Docker Hub](https://hub.docker.com/_/rust/)\n* [Rust image source on GitHub](https://github.com/rust-lang-nursery/docker-rust)\n\n# docker-rust\n\nPublic trusted images available on:\n\n* [Docker Hub](https://hub.docker.com/r/jimmycuadra/rust/)\n* [Quay.io](https://quay.io/repository/jimmycuadra/rust)\n\nThis repository is used to build a Docker image for the Rust programming language and a few supporting tools.\nThe image includes `rustc`, `rustdoc`, `cargo`, `git`, SSL certificates, and build essentials, so it should be able to run `cargo build` on most projects out of the box.\nThe working directory inside the container is `/source`.\nYou can use this path to mount a Cargo project from the host machine.\n\n## Usage\n\nThe following command will drop you into a Bash shell with the current directory on the host shared. From there you can run `rustc`, `rustdoc`, and `cargo` as you please.\n\n``` bash\ndocker run -it --rm -v $(pwd):/source jimmycuadra/rust\n```\n\nBuild a release without an interactive shell:\n\n``` bash\ndocker run --rm -v $(pwd):/source jimmycuadra/rust cargo build --release\n```\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmycuadra%2Fdocker-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimmycuadra%2Fdocker-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmycuadra%2Fdocker-rust/lists"}