diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-05-07 18:30:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:58:59 +0700 |
commit | c1ac64a815aef7061d568f5dabe83ebe0817460f (patch) | |
tree | e39e76b7090b93656e05122bd90ef01dbe5a7c02 /system/docker-machine/README | |
parent | 57dd8296a01757998dd078b836ab47100e9e3498 (diff) |
system/docker-machine: Added (machine management).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/docker-machine/README')
-rw-r--r-- | system/docker-machine/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/docker-machine/README b/system/docker-machine/README new file mode 100644 index 0000000000000..8776f2b482d2d --- /dev/null +++ b/system/docker-machine/README @@ -0,0 +1,4 @@ +Machine lets you create Docker hosts on your computer, on cloud +providers, and inside your own data center. It creates servers, +installs Docker on them, then configures the Docker client to talk to +them. |