This commit is contained in:
Alexander Zeitler 2018-12-24 20:23:13 +01:00
parent 4b1f53235d
commit b9c63addc6

View file

@ -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