* How to interact with localhost PAM or LDAP from within a container?
* How to interact with localhost PAM or LDAP from within a container?
+
+
I think that you can access localhost services by adding
+
+
--net="host" to docker run
+
+
This means any services on the docker container are equally valid 'localhost' services accessible from the server itself so you need to ensure the server is properly firewalled.
+
* Many more...
* Many more...
Line 238:
Line 245:
* Get the [https://github.com/shipyard/shipyard shipyard GUI] going
* Get the [https://github.com/shipyard/shipyard shipyard GUI] going