skip to main content
7. Composing the Run Command
Combining all the recommended Docker options described previously into a single command yields output similar to the following:
docker run \
-it \
-p 8999:8999 -p 7443:7443: -p 8443:8443 -p 27443:27443 \
 --restart always \
 --hostname "Bill's Computer" \
 -v /path/on/disk:/app/conf/ \
instantconnect/<ice-agent-image> \
<agent command line arguments>