{"id":15696460,"url":"https://github.com/ops-gaurav/node-app-docker","last_synced_at":"2025-07-19T06:06:45.173Z","repository":{"id":139331992,"uuid":"96355803","full_name":"ops-gaurav/node-app-docker","owner":"ops-gaurav","description":"A simple node JS project using docker","archived":false,"fork":false,"pushed_at":"2017-07-06T04:37:08.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T13:43:11.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ops-gaurav.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-07-05T19:50:48.000Z","updated_at":"2019-01-31T09:35:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b35d454-cc03-4da4-a5dc-75c267a16e13","html_url":"https://github.com/ops-gaurav/node-app-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ops-gaurav/node-app-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ops-gaurav%2Fnode-app-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ops-gaurav%2Fnode-app-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ops-gaurav%2Fnode-app-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ops-gaurav%2Fnode-app-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ops-gaurav","download_url":"https://codeload.github.com/ops-gaurav/node-app-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ops-gaurav%2Fnode-app-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265896120,"owners_count":23845426,"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":[],"created_at":"2024-10-03T19:09:05.612Z","updated_at":"2025-07-19T06:06:45.147Z","avatar_url":"https://github.com/ops-gaurav.png","language":"JavaScript","readme":"# Configuring Docker Node project #\n\nThis is a simple hello world project developed to demonstrate how to create nodeJS images in docker.\n\n### Prerequisite installations ###\n* Install docker by following instructions from here [https://www.docker.com/get-docker](https://www.docker.com/get-docker)\n* Docker hub/ Docker Cloud account\n* Cloud service (e.g AWS, DigitalOcean etc.)\n\n### How do I get set up? ###\n\n* Clone this repo using \n```\ngit clone https://sharma02gaurav@bitbucket.org/sharma02gaurav/node-app-docker.git\n```\n\n* switch to node-app-docker folder\n* Run the following command to build the Image\n```\ndocker build -t [your-image-name] .\n```\nThis will build the image for you.\n* Now you can run this image locally using\n```\ndocker run -p [access-port]:[redirect-port] [your-image-name]\n```\n\n* You have to push this image into docker cloud using the following command. Make sure you have the docker account.\n\n```\ndocker tags [your-image-name]:[label] [docker-user-name]/[repo-name]\ndocker push [docker-user-name]/[repo-name]\n```\n\n### Deployment Instructions ###\n\n* Create DigitalOcean account. Use referral account to get 10$ credit. Here is mine [Sign up using this to get 10$ credit on Digital Ocean](https://m.do.co/c/3a65d5a3f890)\n\n* Create a Docker droplet.\n* Log into Docker from terminal using ssh.\n* Run following command to start image in container\n```\ndocker run -p [incoming-port]:[redirect-port] [docker-user-name]/[repo-name]\n```\nfor example\n\n```\ndocker run -p 80:4300 sharma02gaurav/my-node-app\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fops-gaurav%2Fnode-app-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fops-gaurav%2Fnode-app-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fops-gaurav%2Fnode-app-docker/lists"}