mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-28 21:35:47 +00:00
f9b5eb0cac
Addresses: #14756 Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
9 lines
146 B
Go
9 lines
146 B
Go
// +build windows
|
|
|
|
package windows
|
|
|
|
// Clean implements the exec driver Driver interface.
|
|
func (d *Driver) Clean(id string) error {
|
|
return nil
|
|
}
|