Skip to content

Commit

Permalink
Update docker to enable 'Privileged' mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
electrical committed May 14, 2014
1 parent e0a87f4 commit dd9acd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker/hypervisor/docker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def provision
})

@logger.debug("Starting container #{container.id}")
container.start({"PublishAllPorts" => true})
container.start({"PublishAllPorts" => true, "Privileged" => true})

# Find out where the ssh port is from the container
ip = container.json["NetworkSettings"]["Ports"]["22/tcp"][0]["HostIp"]
Expand Down

0 comments on commit dd9acd4

Please sign in to comment.