Skip to content

Commit

Permalink
document volume type
Browse files Browse the repository at this point in the history
  • Loading branch information
richytong committed Feb 4, 2024
1 parent 4527724 commit 2970290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ Docker.prototype.removeImage = function dockerRemoveImage(image, options) {
* source: string, // name of volume
* target: string, // mounted path inside container
* readonly: boolean,
* type?: string, // default volume
* }>|Array<string>, // '<source>:<target>[:readonly]'
*
* // Dockerfile defaults
Expand Down
1 change: 1 addition & 0 deletions DockerService.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ DockerService.prototype.synchronize = function dockerServiceSynchronize() {
* source: string, // name of volume
* target: string, // mounted path inside container
* readonly: boolean,
* type?: string, // default volume
* }>|Array<string>, // '<source>:<target>[:readonly]'
*
* cmd: Array<string|number>, // CMD
Expand Down

0 comments on commit 2970290

Please sign in to comment.