Skip to content

Commit

Permalink
Merge pull request #292 from wormzer/master
Browse files Browse the repository at this point in the history
readme formatting fix
  • Loading branch information
bflad committed Apr 14, 2015
2 parents 72deef7 + acdf018 commit 4c4dad8
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 @@ -531,7 +531,7 @@ socket_template | Template to use for configuring socket (relevent for init_type
stdin | Attach container's stdin | TrueClass, FalseClass | nil
tty | Allocate a pseudo-tty | TrueClass, FalseClass | nil
user | User to run container | String | nil
volume | Create bind mount(s) with: [host-dir]:[container-dir]:[rw|ro]. If "container-dir" is missing, then docker creates a new volume. | String, Array | nil
volume | Create bind mount(s) with: [host-dir]:[container-dir]:[rw\|ro]. If "container-dir" is missing, then docker creates a new volume. | String, Array | nil
volumes_from | Mount all volumes from the given container(s) | String | nil
working_directory | Working directory inside the container | String | nil

Expand Down

0 comments on commit 4c4dad8

Please sign in to comment.