docker image for backburner
879
A simple Docker container that runs Autodesk Backburner.
The container is setup to support all or just one of the following services:
docker run -d -t haysclark/backburner
Typically you will want to append the following port forwarding information depending what service you are running:
-p 3234:3234-p 8080:80-p 3233:3233E.G. if you want to run the Manager and Monitor you would execute:
docker run -d -t -p 3234:3234 -p 8080:80 haysclark/backburner
Log into the docker container
docker exec -it [CONTAINER_ID] /bin/bash
Setup Backburner
./backburnerConfig
Setup of Backburner Web Monitor
./backburnerConfigWeb
Adding a user
htpasswd /etc/httpd/auth/backburner.auth [USER_NAME]
Official backburner User Guide Getting BackBurner Manager and Monitor Running on Linux
Content type
Image
Digest
Size
118.8 MB
Last updated
almost 9 years ago
docker pull cbrherms/docker-backburner