Using a container
Prepare
Begin by obtaining authentication credentials from your Fortified ID representative. Use the credentials to log in to the FortifiedID Docker Registry by any available method, see here for instructions on Unix/Linux and Windows.
Example for Unix/Linux:
Transfer the token from customer_access_credentials.json
to password.txt
:
Open the
customer_access_credentials.json
file that you have received.Locate and copy the access_token value.
Open or create the
password.txt file
.Paste the access_token value into
password.txt
.Replace
<username>
with your username that you have received in the following command and execute it.
Depending on your system configuration, you may need to run the logon command with different user rights, such as the root
user and the current user account.
Verify
To verify the Docker setup, run the default Integrity server:
Replace <container_display_name> with the container name and replace <product_name>:<version> with the image product name and version.
Parameter explanation:
Check the log to ensure that the server was successfully bootstrapped:
Finally, check that the server is up and running by pointing your browser at http://localhost:8080
Restart
Stop, start and restart are handled by Docker commands.
Last updated