summaryrefslogtreecommitdiff
path: root/sysutils/docker-freebsd/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/docker-freebsd/pkg-message')
-rw-r--r--sysutils/docker-freebsd/pkg-message7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/docker-freebsd/pkg-message b/sysutils/docker-freebsd/pkg-message
index bd81519739ec..2d66be114f9b 100644
--- a/sysutils/docker-freebsd/pkg-message
+++ b/sysutils/docker-freebsd/pkg-message
@@ -1,4 +1,6 @@
-
+[
+{ type: install
+ message: <<EOM
Docker requires a bit of setup before usage.
You will need to create a ZFS dataset on /usr/docker
@@ -19,3 +21,6 @@ Where $iface is the default NIC on the system, or the value
of $docker_nat_iface. This is for network connectivity to docker
containers in this early port. This should not be needed in future
versions of docker.
+EOM
+}
+]