Skip to content

Commit

Permalink
Merge pull request garethr#301 from orifito/master
Browse files Browse the repository at this point in the history
Fix memory_limit format on README.md
  • Loading branch information
garethr committed Jul 17, 2015
2 parents 7ac32e6 + 2c765bf commit 7ab4113
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 @@ -205,7 +205,7 @@ docker::run { 'helloworld':
use_name => true,
volumes => ['/var/lib/couchdb', '/var/log'],
volumes_from => '6446ea52fbc9',
memory_limit => 10m, # (format: <number><unit>, where unit = b, k, m or g)
memory_limit => '10m', # (format: '<number><unit>', where unit = b, k, m or g)
cpuset => ['0', '3'],
username => 'example',
hostname => 'example.com',
Expand Down

0 comments on commit 7ab4113

Please sign in to comment.