Start an instance of SecurityServer Simulator docker image as a named container.
|
›_ Console |
|---|
|
Docker run command output
Let us break down the command.
-
docker run: will create and start a container in the same step.
-
-dt: will run the container in the background (detached) and allocate a pseudo TTY for the process.
-
--name cssim: will make the container accessible by the name in addition to the container ID.
-
simulator:4.60.0.0 : tells docker to use the image tagged with 4.60.0.0.