1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #13795 from michael-k/daemonFolder

[integration-cli] Made doc consistent with code
This commit is contained in:
Doug Davis 2015-06-07 16:57:54 -04:00
commit 5d22afc54e

View file

@ -50,7 +50,7 @@ func enableUserlandProxy() bool {
} }
// NewDaemon returns a Daemon instance to be used for testing. // NewDaemon returns a Daemon instance to be used for testing.
// This will create a directory such as daemon123456789 in the folder specified by $DEST. // This will create a directory such as d123456789 in the folder specified by $DEST.
// The daemon will not automatically start. // The daemon will not automatically start.
func NewDaemon(c *check.C) *Daemon { func NewDaemon(c *check.C) *Daemon {
dest := os.Getenv("DEST") dest := os.Getenv("DEST")