# File lib/docker/exec.rb, line 92
  def resize(query = {})
    connection.post(path_for(:resize), query)
    self
  end