Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,16 @@ Rename a container. Similar to the `docker rename` command.
* container (str): ID of the container to rename
* name (str): New name for the container

## resize

Resize the tty session.

**Params**:

* container (str or dict): The container to resize
* height (int): Height of tty session
* width (int): Width of tty session

## restart

Restart a container. Similar to the `docker restart` command.
Expand Down