From f178d9abcefe06d8193c1f18e6a2372945798604 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 28 Mar 2016 13:02:12 -0700 Subject: [PATCH] joyent/node-triton#46 Mention the --no-docker option --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c82e7f4..3d6b3cf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,11 @@ Known issues: $ eval "$(triton env --docker)" # set 'DOCKER_' envvars $ docker info + This profile setup for Docker requires making requests to the + CloudAPI endpoint which can fail (e.g. if CloudAPI is down, credentials + are invalid, etc.). You can use the `--no-docker` option to skip + the Docker setup part of profile creation. + - For existing Triton CLI profiles, there is a new `triton profile docker-setup [PROFILE]`.