# Container

### Install product

To install on Container/Docker, click the following link:\
<https://docs.fortifiedid.se/installation>

### Verify installation

When installation is completed, verify the following:

Replace \<container\_display\_name> with the container name and replace \<product\_name>:\<version> with the image product name and version.

```
docker run -p 8080:8080 --detach --name enrollment fortifiedid.jfrog.io/docker/fortifiedid/enrollment:<version> -c Node config/config.json
```

Parameter explanation:

<table><thead><tr><th width="317"></th><th></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><code>-c</code></td><td>Direct system output to <code>stdout</code>. </td><td></td><td></td></tr><tr><td><code>Node</code></td><td>Start the <code>Node</code> module.</td><td></td><td></td></tr><tr><td><code>config/config.json</code></td><td>Use the given configuration file. Path is relative to <code>SERVER_HOME</code> inside the container.</td><td></td><td></td></tr></tbody></table>

Check the log to ensure that the server was successfully bootstrapped:

```
docker logs -f enrollment
```

*Note. Starting, stopping, and restarting the service are handled by Docker commands.*
