Skip to content

Commit

Permalink
Remove userland-proxy-path from daemon.json
Browse files Browse the repository at this point in the history
This flag is currently being set within the system container via
the init.sh
  • Loading branch information
ashcrow committed May 12, 2017
1 parent d1d60e2 commit 6bc3ccc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/docker/templates/daemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
},
"selinux-enabled": {{ l_docker_selinux_enabled | lower }},
"add-registry": {{ l_docker_additional_registries }},
"block-registry": {{ l_docker_blocked_registries }},
"userland-proxy-path": "/usr/libexec/docker/docker-proxy-current"
"block-registry": {{ l_docker_blocked_registries }}
}

0 comments on commit 6bc3ccc

Please sign in to comment.