Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

drydock

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drydock

A Docker cluster construction utility.

  • 0.6.10
  • PyPI
  • Socket score

Maintainers
1

======= DryDock

.. image:: https://badge.fury.io/py/drydock.png :target: http://badge.fury.io/py/drydock

.. image:: https://travis-ci.org/Nekroze/drydock.png?branch=master :target: https://travis-ci.org/Nekroze/drydock

.. image:: https://pypip.in/d/drydock/badge.png :target: https://pypi.python.org/pypi/drydock

A Docker cluster construction utility.

DryDock takes a simple (YAML_) specification file then can construct and configure a cluster of Docker_ containers. DryDock will automatically setup a reverse proxy, exposure of ports, and even persistent storage to allow for easy future upgrading by simply rebuilding the DryDock specification!

Features

  • Simple YAML_ configuration.
  • Automatic Docker_ cluster provisioning/configuration
  • Nginx_ reverse proxy configuration with HTTPS/SSL support
  • Easy setup for persistent volumes.
  • Share your DryDock specifications with the world.
  • Container supervisor utilizing the Docker_ API.

TODO

  • Provide a better update path, specific update commands, custom pre-post.
  • Container monitoring, ensure a container is working else reconstruct it.
  • Better support for stateless-ness and volumes
  • Better unittest coverage.
  • Ability to provide a custom docker images repository for master containers.
  • An external facing DNS server or config generation.
  • Control over a master container cluster, Drydock as a Service?.
  • Web interface for control, logging and monitoring. Far future.

.. _Nginx: http://wiki.nginx.org/ .. _YAML: http://wikipedia.org/wiki/YAML .. _Docker: https://www.docker.io/

Documentation

The full documentation is at http://dry-dock.readthedocs.org.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc