diff TODO.md @ 0:26e919a36f86 default tip

speedtest containerized dispatching software
author Jeff Hammel <k0scist@gmail.com>
date Thu, 09 Feb 2017 09:47:04 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TODO.md	Thu Feb 09 09:47:04 2017 -0800
@@ -0,0 +1,13 @@
+- Genericize Docker templatization:
+  A generic Docker project template should be
+  made and templates should be made to extend that.
+
+- Much of what is done, or what is desired to be done, as far as
+  interacting with [Docker](http://docker.io/) my have a good library
+  solution. For a proof of concept, I didn't want to stray to much to
+  explore versus getting what I wanted working.  But, in general, for
+  next steps third-party libraries should be vetted and standardized
+  on.  A potential winner:
+  https://docker-py.readthedocs.org/en/latest/api/#create_container
+
+        Client(os.environ['DOCKER_HOST']).create_container('elasticsearch:1.5')