{ "info": { "author": "Docker, Inc.", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "Docker Compose\n==============\n*(Previously known as Fig)*\n\nCompose is a tool for defining and running multi-container applications with\nDocker. With Compose, you define a multi-container application in a single\nfile, then spin your application up in a single command which does everything\nthat needs to be done to get it running.\n\nCompose is great for development environments, staging servers, and CI. We don't\nrecommend that you use it in production yet.\n\nUsing Compose is basically a three-step process.\n\n1. Define your app's environment with a `Dockerfile` so it can be\nreproduced anywhere.\n2. Define the services that make up your app in `docker-compose.yml` so\nthey can be run together in an isolated environment:\n3. Lastly, run `docker-compose up` and Compose will start and run your entire app.\n\nA `docker-compose.yml` looks like this:\n\n web:\n build: .\n ports:\n - \"5000:5000\"\n volumes:\n - .:/code\n links:\n - redis\n redis:\n image: redis\n\nCompose has commands for managing the whole lifecycle of your application:\n\n * Start, stop and rebuild services\n * View the status of running services\n * Stream the log output of running services\n * Run a one-off command on a service\n\nInstallation and documentation\n------------------------------\n\n- Full documentation is available on [Docker's website](http://docs.docker.com/compose/).\n- If you have any questions, you can talk in real-time with other developers in the #docker-compose IRC channel on Freenode. [Click here to join using IRCCloud.](https://www.irccloud.com/invite?hostname=irc.freenode.net&channel=%23docker-compose)\n\nContributing\n------------\n\n[![Build Status](http://jenkins.dockerproject.org/buildStatus/icon?job=Compose%20Master)](http://jenkins.dockerproject.org/job/Compose%20Master/)\n\nWant to help build Compose? Check out our [contributing documentation](https://github.com/docker/compose/blob/master/CONTRIBUTING.md).\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.docker.com/", "keywords": null, "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "compose-monkey", "package_url": "https://pypi.org/project/compose-monkey/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/compose-monkey/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.docker.com/" }, "release_url": "https://pypi.org/project/compose-monkey/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Multi-container orchestration for Docker", "version": "0.1.2" }, "last_serial": 1612650, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8ec14ad72bcdf03d03f14153dd25c170", "sha256": "57f4b4d3f142d38e26f1fab1659f8c74d794d65f2ab5f045d69361126fa6b7f6" }, "downloads": -1, "filename": "compose-monkey-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8ec14ad72bcdf03d03f14153dd25c170", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69896, "upload_time": "2015-06-29T06:50:26", "url": "https://files.pythonhosted.org/packages/c6/1e/d371f2df5a33a40499a84af63e79f47c038817661b30d889c97bb712f81e/compose-monkey-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "33661bbec20f2aa8302e3587b1caa41b", "sha256": "d89d508b7b487132b58784764c3d2f758c2a4557b9308a6ddb73f2a0229781cb" }, "downloads": -1, "filename": "compose-monkey-0.1.1.tar.gz", "has_sig": false, "md5_digest": "33661bbec20f2aa8302e3587b1caa41b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69920, "upload_time": "2015-06-30T06:12:48", "url": "https://files.pythonhosted.org/packages/79/26/83f83ab740bba063483f7e116476df5cdd5eefe60fa4eaab4a6de93f3130/compose-monkey-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "55288bcf6c7996118919e5271dab9553", "sha256": "0bbed8df53e8efb913a2290b404507a2985b8b1077d163b37c6bbe3305547fe3" }, "downloads": -1, "filename": "compose-monkey-0.1.2.tar.gz", "has_sig": false, "md5_digest": "55288bcf6c7996118919e5271dab9553", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69900, "upload_time": "2015-06-30T06:49:55", "url": "https://files.pythonhosted.org/packages/04/9a/73ebff63fea3ada957efd86ab79fb223e8af959b735e9128970ba424e25f/compose-monkey-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "55288bcf6c7996118919e5271dab9553", "sha256": "0bbed8df53e8efb913a2290b404507a2985b8b1077d163b37c6bbe3305547fe3" }, "downloads": -1, "filename": "compose-monkey-0.1.2.tar.gz", "has_sig": false, "md5_digest": "55288bcf6c7996118919e5271dab9553", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69900, "upload_time": "2015-06-30T06:49:55", "url": "https://files.pythonhosted.org/packages/04/9a/73ebff63fea3ada957efd86ab79fb223e8af959b735e9128970ba424e25f/compose-monkey-0.1.2.tar.gz" } ] }