Post Deployment Configurations

The post deployment configuration steps can be performed via:
  • Connect Direct Web services

    Login to the Connect Direct Web services using the IP address of the host where container is running and the host ports to which container API and server ports are mapped to. For configuration steps, see Connect:Direct Web Services Help Videos.

  • Attaching to the container
    Follow the steps given below:
    • Issue the docker inspect command to get the container IP
      docker inspect <container-name/id>
    • Issue the docker exec command to attach to the container
      docker exec -it <container-name/id> bash