{"id":23391475,"url":"https://github.com/uj5ghare/docker-practice","last_synced_at":"2026-04-29T15:32:25.113Z","repository":{"id":206623783,"uuid":"717325304","full_name":"Uj5Ghare/Docker-Practice","owner":"Uj5Ghare","description":"A sample repo for practicing Docker.","archived":false,"fork":false,"pushed_at":"2023-11-27T15:47:11.000Z","size":713,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-14T11:22:23.269Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Uj5Ghare.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}},"created_at":"2023-11-11T05:48:10.000Z","updated_at":"2024-11-03T07:11:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7d81b17-9896-45ea-af0f-f010ebc7d2d6","html_url":"https://github.com/Uj5Ghare/Docker-Practice","commit_stats":null,"previous_names":["ujwal-s-projects/docker-practice","uj5ghare/docker-practice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uj5Ghare%2FDocker-Practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uj5Ghare%2FDocker-Practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uj5Ghare%2FDocker-Practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uj5Ghare%2FDocker-Practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Uj5Ghare","download_url":"https://codeload.github.com/Uj5Ghare/Docker-Practice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247866130,"owners_count":21009238,"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","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-compose"],"created_at":"2024-12-22T04:17:46.825Z","updated_at":"2026-04-29T15:32:25.077Z","avatar_url":"https://github.com/Uj5Ghare.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-Practice\nThis is a simple Docker Project which performs following tasks.\n- `Pull` docker  `Nginx` image from `docker Hub`\n- `Create` docker container with this `Nginx` image\n- `Copy` all files from current directory \u0026 paste into the container\n- `Run` docker container on `port 5000` with our application\n\n \n## Requirements\n1. `Docker`\n  ```\n  yum install docker (Amazon Linux/fedora/CentOS)\n  apt install docker.io (Ubuntu/Debian)\n  ```\n\n## Installation\n1. Clone the repository\n  ```\n  https://github.com/Ujwal-s-Projects/Docker-Practice.git\n  ```\n\n2. Enter into main directory\n  ```\n  cd Docker-Practice/\n  ```\n\n3. Create docker Image\n  ```\n  docker build -t my-app:latest .\n  ```\n\n4. Run docker container in daemon mode/background\n  ```\n  docker run -d --name my-con -p \"5000:80\" my-app:latest \n  ```\n\n5. Copy `Public IP` and paste it in the browser to access the application\n  ```\n  http://\u003cpublic_ip\u003e:5000\n  ```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuj5ghare%2Fdocker-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuj5ghare%2Fdocker-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuj5ghare%2Fdocker-practice/lists"}