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 336d296 commit a13d1b6
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 @@ -102,7 +102,7 @@ require 'docker'
# => true

# Create an Image.
Docker::Image.create('fromImage' => 'base')
image = Docker::Image.create('fromImage' => 'base')
# => Docker::Image { :id => ae7ffbcd1, :connection => Docker::Connection { :url => tcp://localhost, :options => {:port=>2375} } }

# Insert a local file into an Image.
Expand Down

0 comments on commit a13d1b6

Please sign in to comment.