diff --git a/src/markdown-pages/docs/managers.md b/src/markdown-pages/docs/managers.md
index e510a5f6..f44e0288 100644
--- a/src/markdown-pages/docs/managers.md
+++ b/src/markdown-pages/docs/managers.md
@@ -131,31 +131,3 @@ Each Manager is tagged with one of the follow readiness indicators:
|
-## Future Managers
-
-| Name | Description |
-| ------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------- |
-| **AIX Manager** | Provisions AIX server configuration properties, and helps drive provisioning by other Managers such as the OpenStack Manager. |
-| **Artifactory Manager** | Provides the ability to retrieve artifacts from Artifactory servers. |
-| **CICS z/OS PT Provisioning Manager** | Provisions CICS TS servers for the CICS TS Manager. |
-| **GitLab Manager** | Enables tests to retrieve artifacts from GitLab and enables test results to be influenced by the status of issues. |
-| **IMS DB Manager** | Provisions and configures IMS DB subsystems. |
-| **IMS TM Manager** | Provisions and configures IMS TM subsystems. |
-| **ISPF Manager** | Provides a wrapper for the z/OS 3270 Manager to run ISPF sessions. |
-| **Liberty Manager** | Provisions and configures Liberty servers. |
-| **MongoDB Manager** | Provisions and configures MongoDB databases via Docker containers. |
-| **Nexus Manager** | Provides the ability to retrieve artifacts from Nexus servers. |
-| **OpenLDAP Manager** | Provides and configures OpenLDAP servers via Docker containers. |
-| **RTC Manager** | Enables tests to retrieve artifacts from RTC, and allows test results to be influenced by the status of defects. |
-| **TSO Manager** | Provides a wrapper for the z/OS 3270 Manager to run TSO sessions. |
-| **UrbanCode Manager** | Provisions and configures UrbanCode servers. |
-| **WAS Manager** | Provisions and configures Websphere Application Servers. |
-| **Windows Manager** | Provides Windows server configuration properties, driving provisioning by other Managers such as the OpenStack Manager. |
-| **WSIM Manager** | Provisions and configures Workload Simulator servers. |
-| **z/Linux Manager** | Provides z/Linux server configuration properties, and drives provisioning by other Managers such as the z/VM Manager. |
-| **z/OS Connect Manager** | Provides configuration information for z/OS Connect instances, and provisions z/OS Connect instances. |
-| **z/OS DB2 Manager** | Providing configuration information to DB2 instances, this Manager also provisions DB2 instances and schemas. |
-| **z/OS MQ Manager** | Provisions and configures z/OS MQ subsystems. |
-| **z/OS Security Manager** | Creates and maintains userids and profiles in RACF. |
-| **z/VM Manager** | Provisions and configures z/VM userids, mainly for provisioning z/OS and z/Linux systems. |
-| **ZOWE Manager** | Provides configuration information for and provisions ZOWE instances. |
diff --git a/src/markdown-pages/docs/managers/galasa-ecosystem-manager.md b/src/markdown-pages/docs/managers/galasa-ecosystem-manager.md
index 8dae6483..81423d2f 100644
--- a/src/markdown-pages/docs/managers/galasa-ecosystem-manager.md
+++ b/src/markdown-pages/docs/managers/galasa-ecosystem-manager.md
@@ -104,9 +104,9 @@ The following are properties used to configure the Galasa Ecosystem Manager.
| Name: | galasaecosystem.docker.registry |
| Description: | The registry that contains the Docker images |
| Required: | No |
-| Default value: | docker.galasa.dev |
+| Default value: | docker.io |
| Valid values: | a valid hostname |
-| Examples: | galasaecosystem.docker.version=docker.galasa.dev
|
+| Examples: | galasaecosystem.docker.registry=docker.io
|
diff --git a/src/markdown-pages/docs/managers/ipnetwork-manager.md b/src/markdown-pages/docs/managers/ipnetwork-manager.md
index 364b7b25..14a76ced 100644
--- a/src/markdown-pages/docs/managers/ipnetwork-manager.md
+++ b/src/markdown-pages/docs/managers/ipnetwork-manager.md
@@ -6,7 +6,7 @@ title: "IP Network Manager"
**Alpha**
## Overview
-The IP Network Manager enables access to applications over TCP/IP networks for those applications whose native communication is over TCP/IP. It can be used by other application specific managers that will build upon the basic address capabilities provided by the IP Network Manager.
The Manager interrogates the Configuration Properties Store (CPS) to get hostname and port information so that you do not need to hard-code these values into your tests.
You can view the Javadoc documentation for the Manager here.
+The IP Network Manager enables access to applications over TCP/IP networks for those applications whose native communication is over TCP/IP. It can be used by other application specific managers that will build upon the basic address capabilities provided by the IP Network Manager.
The Manager interrogates the Configuration Properties Store (CPS) to get hostname and port information so that you do not need to hard-code these values into your tests.
You can view the Javadoc documentation for the Manager here.