{"id":16012199,"url":"https://github.com/keynmol/joe_docker_examples","last_synced_at":"2026-03-05T23:07:29.801Z","repository":{"id":71663363,"uuid":"50429565","full_name":"keynmol/joe_docker_examples","owner":"keynmol","description":"Example to accompany joe_docker","archived":false,"fork":false,"pushed_at":"2016-01-26T13:16:04.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T23:53:36.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/keynmol.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}},"created_at":"2016-01-26T13:15:20.000Z","updated_at":"2016-01-26T13:15:20.000Z","dependencies_parsed_at":"2023-04-20T22:54:23.670Z","dependency_job_id":null,"html_url":"https://github.com/keynmol/joe_docker_examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keynmol%2Fjoe_docker_examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keynmol%2Fjoe_docker_examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keynmol%2Fjoe_docker_examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keynmol%2Fjoe_docker_examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keynmol","download_url":"https://codeload.github.com/keynmol/joe_docker_examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241880172,"owners_count":20035911,"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-08T14:02:02.461Z","updated_at":"2026-03-05T23:07:24.779Z","avatar_url":"https://github.com/keynmol.png","language":null,"readme":"# joe_docker example\n\nTiny example to accompany [joe_docker](https://github.com/keynmol/joe_docker). \n\nLet `IP_ADDRESS` be the host ip address - it will be your bridge IP address on Linux, or IP address of virtual machine on OS X/Windows (`docker-machine ip default`)\n\n- Build containers:\n\n    ```\n    docker build -t jd_examples/summator summator/ \u0026\u0026 \\\n    docker build -t jd_examples/say_hello say_hello \u0026\u0026 \\ \n    docker build -t jd_examples/say_comma say_comma \u0026\u0026 \\ \n    docker build -t jd_examples/say_world say_world\n    ```\n- Run `joe_docker` and launch services immediately (note I'm using `docker-machine ip default` because I'm on OS X):\n\n    ```\n    joe_docker -c config.json --ip IP_ADDRESS | sh\n    ```\n\nNow go to `http://IP_ADDRESS:8080` and check that it says \"Hello, world!\".\n\nIt's produced by combining 4 Docker containers services with dependencies:\n\n```sh\n                               +--------------+\n            +------------------+              |\n            |                  |   say_comma  | - outputs \", \"\n            |                  |     :7701    |\n  +---------v-----+            +--------------+\n  |               |\n  |   say_hello   | - outputs \"Hello\" + output from say_comma\n  |     :7720     |\n  +---------------+             +---------------+\n               |                |               |\n               |                |   say_world   | - outputs \"world!\"\n               |                |    :7705      |\n               |     +--------------------------+\n               |     |\n               |     |\n         +-----v-----v----+\n         |                |\n         |    summator    | - sums outputs, printing \"Hello, world!\"\n         |     :8080      |\n         +----------------+\n\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeynmol%2Fjoe_docker_examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeynmol%2Fjoe_docker_examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeynmol%2Fjoe_docker_examples/lists"}