mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-18 14:11:45 +00:00
fix typo
This commit is contained in:
parent
4b1f53235d
commit
b9c63addc6
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
|
@ -143,7 +143,7 @@ const rm = function (options) {
|
|||
|
||||
/**
|
||||
* Execute command in a running container
|
||||
* @param {string} contaier container name
|
||||
* @param {string} container container name
|
||||
* @param {string} command command to execute
|
||||
* @param {object} options
|
||||
* @param {string} options.cwd
|
||||
|
|
@ -161,7 +161,7 @@ const exec = function (container, command, options) {
|
|||
|
||||
/**
|
||||
* Run command
|
||||
* @param {string} contaier container name
|
||||
* @param {string} container container name
|
||||
* @param {string} command command to execute
|
||||
* @param {object} options
|
||||
* @param {string} options.cwd
|
||||
|
|
|
|||
Loading…
Reference in a new issue