Please be advised that versions of this Docker image with a tag of 8 or above (such as 8.0, 8.0.1, etc.) are intended exclusively for use with our proprietary cloud solutions. These versions are NOT suitable for self-managed or customer-controlled deployments and should not be pulled directly from the repository, even if they are publicly accessible.
For self-managed or customer-controlled deployments, please pull the images with tags starting with 7.3, 7.4 (such as 7.3.30, 7.4.10, etc.). These are the officially supported versions.
This version does not include Eclipse and Context Builder.
As daemon
docker run -d --hostname=myfid -e LICENSE="Valid FID License" -p 7070:7070 -p 7171:7171 -p 8089:8089 -p 8090:8090 -p 2389:2389 -p 2636:2636 radiantone/fid:7.4
As interactive
docker run -it --hostname=myfid -e LICENSE="Valid FID License" -p 7070:7070 -p 7171:7171 -p 8089:8089 -p 8090:8090 -p 2389:2389 -p 2636:2636 radiantone/fid:7.4
Access the control panel at https://[docker host/IP]:7171
docker exec -it myfid bash
The fid install log is available through Docker's container log:
docker logs myfid
FID installation location is /opt/radiantone/vds
RLI_HOME=/opt/radiantone/vds
The default user name and password -- cn=directory manager and secret1234
docker volume create myfid-vol
docker run -d --hostname=myfid --name myfid -v myfid-vol:/opt/radiantone -e LICENSE="Valid FID License" -p 7070:7070 -p 7171:7171 -p 8089:8089 -p 8090:8090 -p 2389:2389 -p 2636:2636 radiantone/fid:7.4
If volumes are used, the installation and configuration are persisted. When the container is restarted with that volume, the existing installation is reused. You will have to delete the volume if need a fresh installation.
Content type
Image
Digest
sha256:bac642a7d…
Size
422 MB
Last updated
5 days ago
docker pull radiantone/fid:8.4.5