Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daanforever committed Nov 25, 2014
1 parent eccb051 commit 336d296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Much like the Images, this object also has a one-to-one mapping with the [Contai
require 'docker'

# Create a Container.
Docker::Container.create('Cmd' => ['ls'], 'Image' => 'base')
container = Docker::Container.create('Cmd' => ['ls'], 'Image' => 'base')
# => Docker::Container { :id => 492510dd38e4, :connection => Docker::Connection { :url => tcp://localhost, :options => {:port=>2375} } }

# Get more information about the Container.
Expand Down

0 comments on commit 336d296

Please sign in to comment.