- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 03:52 AM
Hi everyone,
I'm gonna install the MID Server to my personal laptop with Docker (MacOS). I'm followed this documentation: https://docs.servicenow.com/bundle/utah-servicenow-platform/page/product/mid-server/task/mid-build-d...
After successfully build the image (as the image below):
I started to run that image with the command: docker run --env-file <env_file_name_here> <docker_tag or image_id>. In the env file, I also provide the MID_INSTANCE_URL, MID_INSTANCE_USERNAME, MID_INSTANCE_PASSWORD,MID_SERVER_NAME (which is the account with mid_server role).
But the it thrown an error like this:
Anyone, can help me with this issue? Thanks so much.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 07:09 AM
Hi there,
Here is the full command and the env file.
Docker run --env-file /Users/lamquocminhhuy/ServiceNow/mid-linux-container-recipe.utah-12-21-2022__patch1-03-01-2023_03-13-2023_1716.linux.x86-64/mid.env mid:utah-12-21-2022__patch1-03-01-2023_03-13-2023_1716
Brs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 06:48 AM
I started to run that image with the command: docker run --env-file <env_file_name_here> <docker_tag or image_id>-->Can u post the exact command
Also env file details hide pasword n all
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 07:09 AM
Hi there,
Here is the full command and the env file.
Docker run --env-file /Users/lamquocminhhuy/ServiceNow/mid-linux-container-recipe.utah-12-21-2022__patch1-03-01-2023_03-13-2023_1716.linux.x86-64/mid.env mid:utah-12-21-2022__patch1-03-01-2023_03-13-2023_1716
Brs