# File lib/docker/container.rb, line 97
  def export(&block)
    connection.get(path_for(:export), {}, :response_block => block)
    self
  end