diff --git a/config_windows.go b/config_windows.go new file mode 100644 index 000000000..067cbc251 --- /dev/null +++ b/config_windows.go @@ -0,0 +1,6 @@ +package specs + +// User specifies Windows specific information for the container's +// main process. +type User struct { +}