{"id":19219256,"url":"https://github.com/chassis/docker_run","last_synced_at":"2026-06-22T05:31:33.406Z","repository":{"id":68352386,"uuid":"267333522","full_name":"Chassis/Docker_Run","owner":"Chassis","description":"A simple wrapper extension allowing for running arbitrary containers as services","archived":false,"fork":false,"pushed_at":"2020-05-28T09:10:39.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-11T00:05:43.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","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/Chassis.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-27T13:56:53.000Z","updated_at":"2020-05-28T09:10:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"38103eaa-1bb4-4397-8b3c-30c465126db5","html_url":"https://github.com/Chassis/Docker_Run","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chassis/Docker_Run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2FDocker_Run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2FDocker_Run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2FDocker_Run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2FDocker_Run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chassis","download_url":"https://codeload.github.com/Chassis/Docker_Run/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2FDocker_Run/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34636427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-09T14:30:10.456Z","updated_at":"2026-06-22T05:31:32.969Z","avatar_url":"https://github.com/Chassis.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"Docker Run\n==========\n\nThis a basic extension that provides the ability to run arbitrary docker containers on your VM.\n\nThe intended use-case is to plug the gap in missing chassis extensions, features of those extensions or requirements for very specific versions of services.\n\n## Usage\n\nThe extension accepts a config that is passed to the puppet docker module's `docker::run` resource class.\n\nFor example the following Chassis config:\n\n```yaml\ndocker_run:\n  elastic:\n    image: 'elasticsearch:1.5.2'\n    ports: '9200:9200'\n    volumes: 'elastic-data:/var/lib/elasticsearch/data'\n```\n\nWill be passed to `docker::run` as follows:\n\n```\ndocker::run { 'elastic':\n  image =\u003e 'elasticsearch:1.5.2',\n  ports =\u003e '9200:9200',\n  volumes =\u003e 'elastic-data:/var/lib/elasticsearch/data'\n}\n```\n\nFor the full list of options available to `docker::run` see the documentation here:\n\nhttps://forge.puppet.com/puppetlabs/docker/readme#containers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchassis%2Fdocker_run","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchassis%2Fdocker_run","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchassis%2Fdocker_run/lists"}