Bug 219795

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: LatestFlags: amutu: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Add docker_flags none

Description Alan Somers freebsd_committer freebsd_triage 2017-06-05 04:10:26 UTC
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.
Comment 1 Jov 2017-06-05 06:30:30 UTC
Thanks for your patch, looks good to me.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-06-06 03:45:31 UTC
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
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2017-06-06 04:54:08 UTC
Assign to committer that resolved.