OpenSearch cannot run as root. Docker Windows Server 2019

PS C:\Windows\system32> docker run --platform linux/amd64 -p 9200:9200 -p 9600:9600 -e “discovery.type=single-node” opensearchproject/opensearch:latest
OpenSearch cannot run as root. Please start your container as another user.
time=“2021-12-29T17:29:58-05:00” level=error msg=“Error waiting for container: failed to shutdown container: container a052f8e70f1ab1a8d62fc4229864e99e3ce7a80c4f77540d46c35f4309d80b57 encountered an error during hcsshim::System::waitBackground: failure in a Windows system call: The virtual machine or container with the specified identifier is not running. (0xc0370110): subsequent terminate failed container a052f8e70f1ab1a8d62fc4229864e99e3ce7a80c4f77540d46c35f4309d80b57 encountered an error during hcsshim::System::waitBackground: failure in a Windows system call: The virtual machine or container with the specified identifier is not running. (0xc0370110)”
PS C:\Windows\system32> docker version
Client: Mirantis Container Runtime
Version: 20.10.7
API version: 1.41
Go version: go1.13.15
Git commit: 40ef3b6
Built: 08/19/2021 18:54:26
OS/Arch: windows/amd64
Context: default
Experimental: true

Server: Mirantis Container Runtime
Engine:
Version: 20.10.7
API version: 1.41 (minimum version 1.24)
Go version: go1.13.15
Git commit: e1bf5b9c13
Built: 08/19/2021 18:53:20
OS/Arch: windows/amd64
Experimental: true
PS C:\Windows\system32> docker info
Client:
Context: default
Debug Mode: false
Plugins:
app: Docker Application (Docker Inc., v0.8.0)
cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
registry: Manage Docker registries (Docker Inc., 0.1.0)

Server:
Containers: 4
Running: 0
Paused: 0
Stopped: 4
Images: 1
Server Version: 20.10.7
Storage Driver: windowsfilter (windows) lcow (linux)
Windows:
LCOW:
Logging Driver: json-file
Plugins:
Volume: local
Network: ics internal l2bridge l2tunnel nat null overlay private transparent
Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
Swarm: inactive
Default Isolation: process
Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2330)
OSType: windows
Architecture: x86_64
CPUs: 2
Total Memory: 8GiB
Name: yomama

ID: JL6P:G733:P5BI:A6MK:TMR6:JKOT:7LG7:VYER:STNB:RWSX:CHWC:N4XU
Docker Root Dir: C:\ProgramData\docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: true
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false

I know on Linux you would create a new user and run under that user but how do I accomplish that running docker containers on windows server 2019?