mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-04 13:59:36 -05:00
fmt
This commit is contained in:
parent
383d50b35d
commit
c2dc6c8234
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ func resourceDockerContainerCreate(d *schema.ResourceData, meta interface{}) err
|
|||
d.SetId(retContainer.ID)
|
||||
|
||||
hostConfig := &dc.HostConfig{
|
||||
Privileged: d.Get("privileged").(bool),
|
||||
Privileged: d.Get("privileged").(bool),
|
||||
PublishAllPorts: d.Get("publish_all_ports").(bool),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue