Merge pull request #481 from yui-knk/fix_add_command_doc
Update documents of `AddCommand`docker-18.09
commit
70741f242d
|
@ -159,7 +159,7 @@ func (s SourcesAndDest) Dest() string {
|
|||
|
||||
// AddCommand : ADD foo /path
|
||||
//
|
||||
// Add the file 'foo' to '/path'. Tarball and Remote URL (git, http) handling
|
||||
// Add the file 'foo' to '/path'. Tarball and Remote URL (http, https) handling
|
||||
// exist here. If you do not wish to have this automatic handling, use COPY.
|
||||
//
|
||||
type AddCommand struct {
|
||||
|
|
Loading…
Reference in New Issue