{"id":20169001,"url":"https://github.com/mage/mage-docker","last_synced_at":"2026-05-08T20:32:24.585Z","repository":{"id":82165193,"uuid":"95782849","full_name":"mage/mage-docker","owner":"mage","description":"Docker image containing all you need to run and build containers for MAGE.","archived":false,"fork":false,"pushed_at":"2017-12-08T07:14:57.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-10T04:56:57.613Z","etag":null,"topics":["docker","mage","nodejs"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/mage/mage/","language":"Makefile","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/mage.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":"2017-06-29T13:53:13.000Z","updated_at":"2017-09-05T06:15:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"f55c3c75-9d3d-45bb-9289-9a45269dbce5","html_url":"https://github.com/mage/mage-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mage/mage-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage%2Fmage-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage%2Fmage-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage%2Fmage-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage%2Fmage-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage","download_url":"https://codeload.github.com/mage/mage-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage%2Fmage-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32795899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["docker","mage","nodejs"],"created_at":"2024-11-14T01:11:03.174Z","updated_at":"2026-05-08T20:32:24.567Z","avatar_url":"https://github.com/mage.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"mage-docker\n===========\n\nVersions are based on official node versions.\n\n## Development mode\n\nDuring development, you can directly run this container by simply mounting your source code into `/usr/src/app`.\n\n```shell\n# Install all dependencies\ndocker run --rm -it -v \"$(pwd):/usr/src/app\" mage/mage npm install\n\n# Run MAGE\ndocker run --rm -it -v \"$(pwd):/usr/src/app\" mage/mage\n```\n\nGenerally, you will want to start a bash shell and run your `npm` commands from it.\n\n```shell\ndocker run --rm -it -v \"$(pwd):/usr/src/app\" mage/mage bash\n```\n\n## Building a custom image\n\nYou will likely want to build your own custom image for production use.\n\n```Dockerfile\nFROM mage/mage\n# Add your custom steps here\n```\n\nThis image works as an `onbuild` image. Your code will automatically be added to this image,\nthen `npm install` will be executed to install all dependencies.\n\n\nLicense\n-------\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage%2Fmage-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage%2Fmage-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage%2Fmage-docker/lists"}