{"id":14064614,"url":"https://github.com/nicholasdille/docker","last_synced_at":"2025-10-14T13:30:57.874Z","repository":{"id":88783562,"uuid":"60607630","full_name":"nicholasdille/docker","owner":"nicholasdille","description":"Repository of container images for Windows as well as Linux","archived":false,"fork":false,"pushed_at":"2017-04-05T11:57:53.000Z","size":33594,"stargazers_count":12,"open_issues_count":1,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-07T06:22:02.427Z","etag":null,"topics":["docker","docker-images","dockerfiles","linux-containers","windows-container","windows-containers"],"latest_commit_sha":null,"homepage":"http://dille.name/blog/tags/#Container","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicholasdille.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,"dei":null}},"created_at":"2016-06-07T11:21:29.000Z","updated_at":"2023-04-22T23:08:25.000Z","dependencies_parsed_at":"2023-06-12T14:15:38.492Z","dependency_job_id":null,"html_url":"https://github.com/nicholasdille/docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicholasdille/docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholasdille%2Fdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholasdille%2Fdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholasdille%2Fdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholasdille%2Fdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicholasdille","download_url":"https://codeload.github.com/nicholasdille/docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholasdille%2Fdocker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018715,"owners_count":26086609,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["docker","docker-images","dockerfiles","linux-containers","windows-container","windows-containers"],"created_at":"2024-08-13T07:03:57.793Z","updated_at":"2025-10-14T13:30:57.322Z","avatar_url":"https://github.com/nicholasdille.png","language":"PowerShell","readme":"﻿## Install docker tools\r\n\r\n```\r\nchoco install -y docker docker-compose docker-machine\r\n```\r\n\r\n## Useful commands\r\n\r\n* Remove all containers:\r\n\r\n  ```\r\n  docker ps --format \"{{.ID}}\" -a | % {docker rm $_}\r\n  ```\r\n\r\n* Remove all container based on a specific image\r\n\r\n  ```\r  docker ps -f ancestor=windowsservercore -a --format \"{{.ID}}\" | % {docker rm $_}\r\n  ```\r\n\r\n* Remove all untagged (dangling) images\r\n\r\n  ```\r\n  docker images -f dangling=true --format \"{{.ID}}\" | % {docker rmi $_}\r\n  ```","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholasdille%2Fdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicholasdille%2Fdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholasdille%2Fdocker/lists"}