{"id":30155344,"url":"https://github.com/leewr9/container-lab","last_synced_at":"2026-04-17T18:33:06.481Z","repository":{"id":279885764,"uuid":"936434058","full_name":"leewr9/container-lab","owner":"leewr9","description":"Container tech practice and deployment with examples.","archived":false,"fork":false,"pushed_at":"2025-08-09T05:16:09.000Z","size":49,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-08T23:18:40.564Z","etag":null,"topics":["container","docker","docker-compose","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"","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/leewr9.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-21T04:37:56.000Z","updated_at":"2026-02-27T14:14:36.000Z","dependencies_parsed_at":"2025-04-09T08:31:22.358Z","dependency_job_id":"33fbcb20-475c-4482-94b6-28829513d65f","html_url":"https://github.com/leewr9/container-lab","commit_stats":null,"previous_names":["leewr9/learning-docker","leewr9/container-lab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leewr9/container-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leewr9%2Fcontainer-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leewr9%2Fcontainer-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leewr9%2Fcontainer-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leewr9%2Fcontainer-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leewr9","download_url":"https://codeload.github.com/leewr9/container-lab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leewr9%2Fcontainer-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31940922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","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":["container","docker","docker-compose","k8s","kubernetes"],"created_at":"2025-08-11T12:36:22.241Z","updated_at":"2026-04-17T18:33:06.445Z","avatar_url":"https://github.com/leewr9.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Container Lab\n\nThis repository is dedicated to learning and practicing container technologies like Docker and Kubernetes. It includes Dockerfiles, Kubernetes manifests, and example configurations organized for easy experimentation and development.\n\n## Feature\n\n- Practice **Docker**, **Docker Compose**, and **Kubernetes (k8s)** setups\n- Modular folders for isolated container and cluster environments\n- Quick start with simple Docker Compose and kubectl commands\n- Hands-on learning for building, deploying, and managing containers and clusters\n\n## Installation\n\n```bash\ngit clone https://github.com/leewr9/learning-docker.git\ncd learning-docker\n```\n\n## Usage\n\nChoose a service or environment you want to practice with:\n\n```bash\ncd \u003cfolder-name\u003e\n```\n\n###  Docker\n\n```bash\n# Build Docker image from Dockerfile in current folder\ndocker build -t \u003cimage-name\u003e .\n\n# Run container in detached mode with a specific name\ndocker run -d --name \u003ccontainer-name\u003e \u003cimage-name\u003e\n\n# Stop the running container\ndocker stop \u003ccontainer-name\u003e\n\n# Remove the stopped container\ndocker rm \u003ccontainer-name\u003e\n```\n\n###  Docker Compose\n\n```bash\n# Start services defined in docker-compose.yml in detached mode\ndocker-compose up -d\n\n# Stop and remove containers, networks defined in docker-compose.yml\ndocker-compose down\n```\n\n### Kubernetes (k8s)\n\n```bash\n# Apply all Kubernetes manifests in current directory\nkubectl apply -f .\n\n# Delete all Kubernetes resources defined in current directory\nkubectl delete -f .\n```\n\n## License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleewr9%2Fcontainer-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleewr9%2Fcontainer-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleewr9%2Fcontainer-lab/lists"}