summaryrefslogtreecommitdiff
path: root/libpod/container_unsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/container_unsupported.go')
-rw-r--r--libpod/container_unsupported.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/libpod/container_unsupported.go b/libpod/container_unsupported.go
new file mode 100644
index 000000000..e214b9465
--- /dev/null
+++ b/libpod/container_unsupported.go
@@ -0,0 +1,5 @@
+// +build !linux
+
+package libpod
+
+type containerPlatformState struct{}