Print this page
OS-3524 in order to support interaction with docker containers, need to be able to connect to stdio for init from GZ
OS-3525 in order to support 'docker logs' need to be able to get stdio from zone to log file
@@ -20,13 +20,12 @@
# CDDL HEADER END
#
#
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+# Copyright 2014 Joyent, Inc. All rights reserved.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
# This file is private to the pseudonex driver. It should not be edited.
#
#
# The top-level pseudonex; it appears as /devices/pseudo.
@@ -36,5 +35,11 @@
#
# zconsnex is an alias for pseudo; this node is instantiated as a child of
# /pseudo; it has as its children the zone console pseudo nodes.
#
name="zconsnex" parent="/pseudo" instance=1 valid-children="zcons";
+
+#
+# zfdnex is an alias for pseudo; this node is instantiated as a child of
+# /pseudo; it has as its children the zone fd pseudo nodes.
+#
+name="zfdnex" parent="/pseudo" instance=2 valid-children="zfd";