Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| #!/bin/bash | |
| set -x | |
| TERRAFORM_VERSION="0.9.11" | |
| PACKER_VERSION="1.0.2" | |
| # install pip | |
| pip install -U pip && pip3 install -U pip | |
| if [[ $? == 127 ]]; then | |
| wget -q https://bootstrap.pypa.io/get-pip.py |
Unionize lets you connect together docker containers in arbitrarily complex scenarios.
Note: I recommend to use https://github.com/jpetazzo/pipework instead.
Now if you want Unionize, it's still here. Just check those examples.