Skip to content

Commit

Permalink
Add a stubbed execSetPlatformOpt for FreeBSD
Browse files Browse the repository at this point in the history
This is essentially the same thing Solaris has
  • Loading branch information
R Tyler Croy committed Sep 4, 2017
1 parent 7e78b15 commit e4e8039
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions daemon/exec_freebsd.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package daemon

import (
"github.com/docker/docker/container"
"github.com/docker/docker/daemon/exec"
"github.com/docker/docker/libcontainerd"
)

func execSetPlatformOpt(c *container.Container, ec *exec.Config, p *libcontainerd.Process) error {
return nil
}

0 comments on commit e4e8039

Please sign in to comment.