module Docker

Constants

VERSION

Public Class Methods

new() click to toggle source

Create a new session with default options.

# File lib/docker.rb, line 10
def self.new
  Session.new
end