Customize TigerGraph on Docker
Introduction
If you want to customize the TigerGraph version of Docker, rather than use the pre-configured image on the public docs page here https://docs.tigergraph.com/tigergraph-server/current/getting-started/docker, you’ll need to use the below process.
Instructions
1.Cope the Dockerfile from the public repo located here https://github.com/tigergraph/ecosys/blob/eac1071dfc5ee756fab791cb4faade4ce0eb8aef/k8s/Dockerfile
2.Add any configuration changes you’d like to add
a.NOTE: additional configuration steps are completed by the `install.sh` script mentioned on line 26
Once all configuration changes have been added, you can then run the docker build
against your updated Dockerfile to test against.