{"id":22276116,"url":"https://github.com/noud/helloworld-server-erlang-docker","last_synced_at":"2025-03-25T17:26:55.883Z","repository":{"id":254012122,"uuid":"845150142","full_name":"noud/helloworld-server-erlang-docker","owner":"noud","description":"Runs a helloworld webserver in Erlang in Docker","archived":false,"fork":false,"pushed_at":"2024-08-30T18:49:11.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T23:05:31.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/noud.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":"2024-08-20T17:17:58.000Z","updated_at":"2024-08-30T18:49:13.000Z","dependencies_parsed_at":"2024-08-20T22:30:22.507Z","dependency_job_id":"718ae767-0d93-4973-892b-2da442861cdf","html_url":"https://github.com/noud/helloworld-server-erlang-docker","commit_stats":null,"previous_names":["noud/helloworld-server-erlang-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fhelloworld-server-erlang-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fhelloworld-server-erlang-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fhelloworld-server-erlang-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fhelloworld-server-erlang-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noud","download_url":"https://codeload.github.com/noud/helloworld-server-erlang-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245509620,"owners_count":20627015,"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-12-03T14:13:29.635Z","updated_at":"2025-03-25T17:26:55.858Z","avatar_url":"https://github.com/noud.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"https://www.erlang.org/faq/getting_started\n\n```\nerl -compile hello.erl\nerl -eval \"hello:hello_world().\" -eval \"init:stop().\"\n```\n\nhttps://www.tutorialspoint.com/erlang/erlang_web_programming.htm\n\n```\nerl -compile helloworld.erl\nerl -eval 'inets:start().' -eval 'helloworld:start().'\n\n```\nhttp://localhost:8081/erl/helloworld:service\n\nhttps://www.freecodecamp.org/news/a-beginners-guide-to-docker-how-to-create-your-first-docker-application-cc03de9b639f/\n\n```\ndocker build -t erlang-helloworld .\ndocker run -dit erlang-helloworld\ndocker ps\ndocker stop \u003cCONTAINER ID\u003e\ndocker image rm erlang-helloworld\n```\n\nhttps://github.com/erlang/docker-erlang-example/tree/master\n\n```\ndocker ps\ndocker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' \u003cCONTAINER ID\u003e\n```\n\nhttps://stackoverflow.com/questions/28212380/why-docker-container-exits-immediately\n\nhttps://docs.docker.com/reference/compose-file/build/\n\n```\ndocker-compose up\n```\nYou can browse the server at location\n```\nhttp://\u003cCONTAINER IP\u003e:8081/erl/helloworld:service\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoud%2Fhelloworld-server-erlang-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoud%2Fhelloworld-server-erlang-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoud%2Fhelloworld-server-erlang-docker/lists"}