{"id":15832184,"url":"https://github.com/splincode/my-docker-snippets","last_synced_at":"2026-01-15T22:31:18.357Z","repository":{"id":102321486,"uuid":"103370398","full_name":"splincode/my-docker-snippets","owner":"splincode","description":"Заметки по docker","archived":false,"fork":false,"pushed_at":"2017-09-14T07:50:52.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-06T12:41:50.985Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/splincode.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-09-13T07:51:37.000Z","updated_at":"2017-09-15T09:11:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"52345628-7b81-4121-80b2-add374b07061","html_url":"https://github.com/splincode/my-docker-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/splincode/my-docker-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splincode%2Fmy-docker-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splincode%2Fmy-docker-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splincode%2Fmy-docker-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splincode%2Fmy-docker-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/splincode","download_url":"https://codeload.github.com/splincode/my-docker-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splincode%2Fmy-docker-snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:27:41.514Z","status":"ssl_error","status_checked_at":"2026-01-15T21:54:47.910Z","response_time":62,"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":[],"created_at":"2024-10-05T12:41:15.499Z","updated_at":"2026-01-15T22:31:18.337Z","avatar_url":"https://github.com/splincode.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker\n\n1. List images\n\n```\n$ docker images\n############################\nsudo docker images --all\nREPOSITORY                 TAG                 IMAGE ID            CREATED             SIZE\nhello-world                latest              05a3bd381fc2        10 hours ago        1.84kB\ndzwicker/docker-youtrack   latest              96df251c60a4        4 weeks ago         892MB\n```\n\n2. Delete images by IMAGE_ID\n\n```\nsudo docker rmi --force 96df251c60a4\nUntagged: dzwicker/docker-youtrack:latest\nUntagged: dzwicker/docker-youtrack@sha256:03c1113c6b1ec9bfb17\nDeleted: sha256:96df251c60a4ae934f60bff3159c5a198fe9a3fa91da31f51026a0426cf82b46\n```\n\n3. Delete all\n\n```\n# Delete all containers\ndocker rm $(docker ps -a -q)\n# Delete all images\ndocker rmi $(docker images -q)\n```\n\n4. Connect to container\n\n```\nsudo docker exec -it youtrack sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplincode%2Fmy-docker-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplincode%2Fmy-docker-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplincode%2Fmy-docker-snippets/lists"}