toc
This has been replaced by the Auto-Deploy setup technology you can find here. The below may serve to find some helpful information in case of issues or deeper interest.
----------
Table of Contents |
---|
Before running through this guide, please make sure docker has been installed on the machine.
...
Code Block | ||
---|---|---|
| ||
sudo apt-get remove docker-engine sudo reboot sudo rm -rf /var/lib/docker sudo apt-get install docker-engine |
...
Mac OS X or Windows
You can set it on docker machine create:
...