Mercurial > hg > speedtest
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:26e919a36f86 |
---|---|
1 - Genericize Docker templatization: | |
2 A generic Docker project template should be | |
3 made and templates should be made to extend that. | |
4 | |
5 - Much of what is done, or what is desired to be done, as far as | |
6 interacting with [Docker](http://docker.io/) my have a good library | |
7 solution. For a proof of concept, I didn't want to stray to much to | |
8 explore versus getting what I wanted working. But, in general, for | |
9 next steps third-party libraries should be vetted and standardized | |
10 on. A potential winner: | |
11 https://docker-py.readthedocs.org/en/latest/api/#create_container | |
12 | |
13 Client(os.environ['DOCKER_HOST']).create_container('elasticsearch:1.5') |