Manage Settings for a Docker Deployment
You can manage various settings for a portal instance deployed in Docker.
What do you want to do?
- Start or Stop an Instance
- View the Deployment Settings for an Instance
- Set File Logging and Windows Logging for an Instance
- Delete an Instance
Start or Stop an Instance
To start or stop a deployment instance, see the Start or Stop an Instance topic.
View the Deployment Settings for an Instance
While deploying a portal instance in Docker, you have to specify:
- the port for the host machine to map the container to host ports
This is the port the application runs on. - the service URL for communicating with Docker Engine
After instance creation, this info cannot be changed.
To view the info:
- In Admin Center, select Applications in the left pane.
On the GroupID Portal tab, a portal card displays its info, including all its instances. - Click the ellipsis button for a portal and select Settings.
- Click Deployments under Server Settings.
- On the Deployment Settings page, click the Docker tab.
- On the Docker tab, the Select Application Deployment drop-down list displays all
instances of the portal deployed in Docker.
On selecting an instance, it’s port, service URL, and the URL to launch the instance is displayed on the Deployment Configurations tab.
Set File Logging and Windows Logging for an Instance
To set file logging and Windows logging levels for a deployment instance, see the Manage Log Settings topic.
Delete an Instance
To delete a portal’s deployment instance, see the Delete a Deployment Instance for a Portal topic.
See Also