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 containerFollow the steps given below:
- Issue the
docker inspect
command to get the container IPdocker inspect <container-name/id>
- Issue the
docker exec
command to attach to the containerdocker exec -it <container-name/id> bash
- Go to the installation path /opt/cdunix and complete the steps followed to configure conventional Connect:Direct for Unix here, Administering Connect:Direct for UNIX.
- Issue the