{"id":18299811,"url":"https://github.com/containersolutions/minimesos-mdns","last_synced_at":"2025-07-09T06:06:55.938Z","repository":{"id":87118046,"uuid":"57952118","full_name":"ContainerSolutions/minimesos-mdns","owner":"ContainerSolutions","description":"Service for publishing minimesos containers via mdns","archived":false,"fork":false,"pushed_at":"2016-05-19T15:27:08.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-09T06:06:04.758Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ContainerSolutions.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}},"created_at":"2016-05-03T08:03:17.000Z","updated_at":"2016-05-03T09:57:08.000Z","dependencies_parsed_at":"2023-06-19T18:10:09.158Z","dependency_job_id":null,"html_url":"https://github.com/ContainerSolutions/minimesos-mdns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ContainerSolutions/minimesos-mdns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fminimesos-mdns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fminimesos-mdns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fminimesos-mdns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fminimesos-mdns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ContainerSolutions","download_url":"https://codeload.github.com/ContainerSolutions/minimesos-mdns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fminimesos-mdns/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264403799,"owners_count":23602621,"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-11-05T15:10:25.382Z","updated_at":"2025-07-09T06:06:55.878Z","avatar_url":"https://github.com/ContainerSolutions.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minimesos-mdns\nService for publishing minimesos containers via mdns\n\n# Usage\n\n```\n$ npm install\n$ ./minimesos-mdns.js\n```\n\nNow start a minimesos cluster in a separate terminal.\n\n```\n$ minimesos init\n$ minimesos up\n\n```\n\nThe containers will be published to Avahi.\n\n```\nPublishing zookeeper.mycluster.local as 172.17.0.3\nPublishing master.mycluster.local as 172.17.0.4\nPublishing agent.mycluster.local as 172.17.0.5\nPublishing marathon.mycluster.local as 172.17.0.6\n```\n\nand they can be accessed via their .local address.\n\n```\n$ curl -s agent.mycluster.local:5051/state.json | jq .version\n\"0.25.0\"\n$ curl -s master.mycluster.local:5050/state.json | jq .version\n\"0.25.0\"\n$ ping -c 1 zookeeper.mycluster.local\nPING zookeeper.mycluster.local (172.17.0.3) 56(84) bytes of data.\n64 bytes from zookeeper.mycluster.local (172.17.0.3): icmp_seq=1 ttl=64 time=0.042 ms\n\n--- zookeeper.mycluster.local ping statistics ---\n1 packets transmitted, 1 received, 0% packet loss, time 0ms\nrtt min/avg/max/mdev = 0.042/0.042/0.042/0.000 ms\n$ curl -s marathon.mycluster.local:8080/v2/apps | jq\n{\n  \"apps\": []\n}\n```\n\n# TODO\n\n* Prevent duplicate registration\n* Parse cluster name and add to addresss\n* Add support for `dns-sd` on Mac\n* Add tests\n* Code style\n\n# Get in touch\n\n* @minimesos\n* @Frank_Scholten\n* @containersoluti\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainersolutions%2Fminimesos-mdns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontainersolutions%2Fminimesos-mdns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainersolutions%2Fminimesos-mdns/lists"}