{"id":13706997,"url":"https://github.com/dirmeier/dockerfiles","last_synced_at":"2025-10-06T18:00:14.285Z","repository":{"id":133195280,"uuid":"118463144","full_name":"dirmeier/dockerfiles","owner":"dirmeier","description":"A collection of docker files","archived":false,"fork":false,"pushed_at":"2023-09-12T15:57:09.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T06:45:46.243Z","etag":null,"topics":["command-line-tools","container","docker","dockerfile"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dirmeier.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-01-22T13:49:01.000Z","updated_at":"2023-09-12T16:10:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d79f248-9da1-48f4-bdaf-2d786299b329","html_url":"https://github.com/dirmeier/dockerfiles","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/dirmeier%2Fdockerfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirmeier%2Fdockerfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirmeier%2Fdockerfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirmeier%2Fdockerfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirmeier","download_url":"https://codeload.github.com/dirmeier/dockerfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242538981,"owners_count":20145882,"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":["command-line-tools","container","docker","dockerfile"],"created_at":"2024-08-02T22:01:14.493Z","updated_at":"2025-10-06T18:00:14.203Z","avatar_url":"https://github.com/dirmeier.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# dockerfiles\n\n[![Project Status](http://www.repostatus.org/badges/latest/concept.svg)](http://www.repostatus.org/#concept)\n\nA collection of docker files.\n\n## Usage\n\n Clone the repository and install a docker file like this:\n\n```bash\n  cd \u003cfolder\u003e\n  docker build . -t \u003cname\u003e\n```\n\nYou can then run the installed image as usual. For instance, if you want to start a container and mount the current directory to `/mnt`:\n\n```bash\n  docker run -itv $(pwd):/mnt \u003cname\u003e bash\n```\n\nWith the running container, you can install stuff as always. Restart the container with\n\n```bash\n  docker start -i \u003cname of container\u003e\n```\n\nDelete all containers using\n\n```bash\n  docker container rm $(docker container ls -aq)\n```\n\nDelete all images using\n\n```bash\n  docker rmi $(docker images -a -q)\n```\n\n## Author\n\nSimon Dirmeier \u003ca href=\"mailto:sfyrbnd @ pm me\"\u003esfyrbnd @ pm me\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirmeier%2Fdockerfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirmeier%2Fdockerfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirmeier%2Fdockerfiles/lists"}