| Summary: | [PATCH] sysutils/docker-freebsd add docker_flags to the rc script | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alan Somers <asomers> | ||||
| Component: | Individual Port(s) | Assignee: | Alan Somers <asomers> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | amutu, t | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | Flags: | amutu:
maintainer-feedback+
|
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Thanks for your patch, looks good to me. A commit references this bug: Author: asomers Date: Tue Jun 6 03:44:36 UTC 2017 New revision: 442739 URL: https://svnweb.freebsd.org/changeset/ports/442739 Log: sysutils/docker-freebsd: add docker_flags to the rc script Add a docker_flags variable to the rc script that can be used to pass freeform options to the docker command. I use it for the "-H" option. PR: 219795 Approved by: amutu@amutu.com (maintainer) Approved by: brd (ports) Changes: head/sysutils/docker-freebsd/Makefile head/sysutils/docker-freebsd/files/docker.in Assign to committer that resolved. |
Created attachment 183232 [details] Add docker_flags Add a docker_flags variable to the rc script that can be used to pass freeform options to the docker command. I use it for the "-H" option.