{"id":18398895,"url":"https://github.com/lyeoni/docker-cheatsheets","last_synced_at":"2026-01-31T09:03:53.052Z","repository":{"id":196956095,"uuid":"303296422","full_name":"lyeoni/docker-cheatsheets","owner":"lyeoni","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-14T13:35:53.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T22:48:02.453Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lyeoni.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}},"created_at":"2020-10-12T06:20:52.000Z","updated_at":"2020-10-14T13:35:55.000Z","dependencies_parsed_at":"2023-09-28T11:47:27.826Z","dependency_job_id":null,"html_url":"https://github.com/lyeoni/docker-cheatsheets","commit_stats":null,"previous_names":["lyeoni/docker-cheatsheets"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lyeoni/docker-cheatsheets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyeoni%2Fdocker-cheatsheets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyeoni%2Fdocker-cheatsheets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyeoni%2Fdocker-cheatsheets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyeoni%2Fdocker-cheatsheets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lyeoni","download_url":"https://codeload.github.com/lyeoni/docker-cheatsheets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyeoni%2Fdocker-cheatsheets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28936100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T08:53:31.997Z","status":"ssl_error","status_checked_at":"2026-01-31T08:51:38.521Z","response_time":128,"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":[],"created_at":"2024-11-06T02:24:53.645Z","updated_at":"2026-01-31T09:03:53.037Z","avatar_url":"https://github.com/lyeoni.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker cheatsheets\n\n## Table of contents\n\n0. cheatsheet\n\n## 0. cheatsheet\n### Image\n- `docker images` : image  확인\n- `docker rmi [IMAGE]` : image 삭제\n\t- `docker rmi -f [IMAGE]` : image를 사용하는 container가 있어도 삭제\n\n### Container\n\n- `docker ps` : 동작중인 container 확인\n\t- `docker ps -a` : 모든(+정지된) container 확인\n- `docker rm [CONTAINER]` : container 삭제 (동작중인 container 삭제 안됨)\n\t- `docker rm -f [CONTAINER]` : 동작중인 container 삭제\n\n## 1. Build Docker image\n\n- `docker build` : Build an image from a Dockerfile\n\t- `docker build -t [NAME:TAG(optional)]` : 주어진 이름:태그 형식으로 image build\n\n- `docker tag` : Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE\n\t- `docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]`\n\n- `docker push` : Push an image or a repository to Docker Hub\n\t- `docker push NAME[:TAG]`\n\n### References\n- [초보를 위한 도커 안내서 - 이미지 만들고 배포하기](https://subicura.com/2017/02/10/docker-guide-for-beginners-create-image-and-deploy.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyeoni%2Fdocker-cheatsheets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyeoni%2Fdocker-cheatsheets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyeoni%2Fdocker-cheatsheets/lists"}