{"id":22462542,"url":"https://github.com/commonjava/indy-docker","last_synced_at":"2026-01-11T17:35:44.434Z","repository":{"id":28823099,"uuid":"32346468","full_name":"Commonjava/indy-docker","owner":"Commonjava","description":"docker containers (and associated utilities) for aprox","archived":false,"fork":false,"pushed_at":"2016-06-22T20:45:22.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-01T18:36:33.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Commonjava.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":"2015-03-16T19:01:43.000Z","updated_at":"2022-03-31T03:19:08.000Z","dependencies_parsed_at":"2022-07-25T18:02:54.828Z","dependency_job_id":null,"html_url":"https://github.com/Commonjava/indy-docker","commit_stats":null,"previous_names":["commonjava/aprox-docker"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commonjava%2Findy-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commonjava%2Findy-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commonjava%2Findy-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commonjava%2Findy-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Commonjava","download_url":"https://codeload.github.com/Commonjava/indy-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858889,"owners_count":20684062,"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-06T09:10:09.196Z","updated_at":"2026-01-11T17:35:44.400Z","avatar_url":"https://github.com/Commonjava.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Utilities and Image Files for Indy\n\nThis repository contains a set of init scripts for setting up indy docker containers of three flavors:\n\n  * A stripped-down volumes container (`init-indy-volumes`)\n  * An Indy server container meant to work with the volume container (`init-indy-server`)\n  * A standalone Indy server container (`init-indy-server-no-vols`)\n\nYou can run any of the above scripts with `-h` to see the available options.\n\nIt also contains an autodeploy script (`./scripts/autodeploy-indy-server`) that you can add to your cron jobs, \nto autodeploy an Indy tarball in dev-mode. Systemd scripts are provided in the `systemd/` directory, \nfor maintaining active Indy containers, with one service definition for each of the init scripts above.\n\nFinally, it contains the docker image source materials (Dockerfile + supporting scripts) for the two basic\nimage types (server and volume container).\n\n## Quickstart for CentOS 7\n\nThis is intended to be more or less a list of instructions for you to run. It would take a bit more effort\nto turn it into a really functional script:\n\n    #!/bin/bash\n    \n    yum -y update\n    yum -y install epel-release\n    yum -y install docker tree lsof python-lxml python-httplib2\n    systemctl enable docker\n    systemctl start docker\n    \n    # ./scripts/init-indy-volumes -h\n    ./scripts/init-indy-volumes\n    \n    # ./scripts/init-indy-server -h\n    ./scripts/init-indy-server -p 80 -q\n    \n    #Or, if you want, you can leave off the '-q' option and watch the server come up\n    #...then use CTL-C to exit the tty (the container will keep running)\n    \n    cp systemd/indy-volumes.service systemd/indy.service /etc/systemd/system\n    systemctl enable indy-volumes indy\n    \n    docker stop indy indy-volumes\n    systemctl start indy-volumes\n    systemctl start indy\n    \n    # Use this to see the server log as it starts up, to make sure it boots properly.\n    journalctl -f\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommonjava%2Findy-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommonjava%2Findy-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommonjava%2Findy-docker/lists"}