github.com/rhatdan/docker@v0.7.7-0.20180119204836-47a0dcbcd20a/daemon/update_windows.go (about)

     1  package daemon
     2  
     3  import (
     4  	"github.com/docker/docker/api/types/container"
     5  	"github.com/docker/docker/libcontainerd"
     6  )
     7  
     8  func toContainerdResources(resources container.Resources) *libcontainerd.Resources {
     9  	// We don't support update, so do nothing
    10  	return nil
    11  }