{"id":19606884,"url":"https://github.com/chesszebra/docker-image-ng","last_synced_at":"2026-04-08T22:32:39.563Z","repository":{"id":140735695,"uuid":"133270918","full_name":"chesszebra/docker-image-ng","owner":"chesszebra","description":"A Docker image that wraps the Angular CLI application.","archived":false,"fork":false,"pushed_at":"2020-12-02T21:06:47.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T16:50:10.081Z","etag":null,"topics":["angular","angular-cli","cli","docker","docker-image","image"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/chesszebra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"chesszebra","custom":["https://chesszebra.com"]}},"created_at":"2018-05-13T20:13:23.000Z","updated_at":"2023-02-14T20:15:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"57d6187c-40a9-4940-bcfc-ec8844877009","html_url":"https://github.com/chesszebra/docker-image-ng","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chesszebra/docker-image-ng","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chesszebra%2Fdocker-image-ng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chesszebra%2Fdocker-image-ng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chesszebra%2Fdocker-image-ng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chesszebra%2Fdocker-image-ng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chesszebra","download_url":"https://codeload.github.com/chesszebra/docker-image-ng/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chesszebra%2Fdocker-image-ng/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31577444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["angular","angular-cli","cli","docker","docker-image","image"],"created_at":"2024-11-11T10:07:29.824Z","updated_at":"2026-04-08T22:32:39.548Z","avatar_url":"https://github.com/chesszebra.png","language":"Shell","funding_links":["https://github.com/sponsors/chesszebra","https://chesszebra.com"],"categories":[],"sub_categories":[],"readme":"# docker-image-ng\n\nA Docker image to run the Angular CLI tools.\n\nSee also https://angular.io/guide/quickstart\n\n## Usage\n\n### Basic usage\nMake sure to always map a directory to the `/data` directory within the container.\n\n```\ndocker run \\\n    --rm \\\n    -it \\\n    -v $(pwd):/data \\\n    chesszebra/ng\n```\n\n### Examples\n\nCreate a new application:\n\n```\ndocker run \\\n    --rm \\\n    -it \\\n    -v ~/.gitconfig:/home/node/.gitconfig \\\n    -v $(pwd):/data \\\n    chesszebra/ng \\\n    new my-app\n```\n\nTo serve an application, it might be wise to set the container name. That way you can refer to it which can be useful \nin cases like DNS requests.\n\n```\ndocker run \\\n    --rm \\\n    --name my-container \\\n    -it \\\n    -v $(pwd):/data \\\n    chesszebra/ng \\\n    serve --host 0.0.0.0 --public-host my-container.docker\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchesszebra%2Fdocker-image-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchesszebra%2Fdocker-image-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchesszebra%2Fdocker-image-ng/lists"}