Unofficial FID docker image repository. Slimmer version of FID.
2.0K
The slim version does not include Eclipse and Context Builder.
$ 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 pgodey/fid-slim
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 pgodey/fid-slim
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
Size
502.8 MB
Last updated
over 6 years ago
docker pull pgodey/fid-slim