Method: Docker::Exec#resize
- Defined in:
- lib/docker/exec.rb
#resize(query = {}) ⇒ Docker::Exec
Resize the TTY associated with the Exec instance
99 100 101 102 |
# File 'lib/docker/exec.rb', line 99 def resize(query = {}) connection.post(path_for(:resize), query) self end |