WombatOAM image without a license key.
10K+
For a free trial license please visit: https://www.erlang-solutions.com/products/wombatoam.html
Starting the Docker image:
docker run -it -p 8080:8080 -e [email protected] erlangsolutions/wombatoam
Mount your license key as a volume in the Wombat root directory by adding this to the run command:
-v /<lic_folder>/[license_name].lic_key:/wombat/[License_name].lic_key
Mount the data and log directories, /wombat/data and /wombat/log by adding the following to the run command:
-v /<data_folder>:/wombat/data -v /<log_folder>:/wombat/log
Visit http://localhost:8080 with admin/admin credentials.
This is the docker-compose setting:
wombat:
image: erlangsolutions/wombatoam
ports:
- 8080:8080
container_name: wombat.com
volumes:
- <lic_folder>/[license_name].lic_key:/wombat/[license_name].lic_key
- <data_folder>:/wombat/data
- <log_folder>:/wombat/log
environment:
- WOMBAT_NODENAME='[email protected]'
If you have any question, send an email to [email protected]
Official documentation: https://s3.eu-central-1.amazonaws.com/www.wombat-docs.com/index.html
Content type
Image
Digest
sha256:60793969c…
Size
1000.2 MB
Last updated
about 18 hours ago
docker pull erlangsolutions/wombatoam