Integration Server 11.1 | Integration Server Administrator's Guide | Using Integration Server with Docker | Pre-Built Docker Images for Integration Server and Microservices Runtime | Starting a Pre-Built Integration Server Image in a Container
 
Starting a Pre-Built Integration Server Image in a Container
You can start an Integration Server from a pre-built Docker image by running the container. For example:
docker run -dp 5555:5555 dockerImageName
Where dockerImageName is the name of the Docker image for Integration Server.
This command starts an Integration Server at the external port 5555 with the default Integration Server primary port 5555 exposed. You can then use the IBM webMethods client tooling to develop or deploy an application on Integration Server.
Note:
You can start a Microservices Runtime from pre-built Docker image using the same command as above.
You can also connect to the Integration Server Administrator with your browser using the URL: http://dockerHost:5555. To access Integration Server Administrator, provide the following username and password:
*User: Administrator
*Password: manage
Note:
You can also set the password for the Administrator user when starting the container by passing in a value for the SAG_IS_ADMIN_PASSWORD environment variable. For more information about environment variables that can be used with Docker containers, see Environment Variables.