Sign inSign up

ly4e/prelude-operator-headless

By ly4e

Updated almost 3 years ago

Containerization of the "Headless" Prelude Operator agent

Image
0

1.0K

ly4e/prelude-operator-headless repository overview

Containerization of the "Prelude Operator" headless executable

Expected Commandline Usage:

./headless --sessionToken=${SESSIONTOKEN} --accountEmail=${ACCOUNTEMAIL} --accountToken=${ACCOUNTOKEN} --accountSecret=${ACCOUNTSECRET}

Sample Container usage examples:

docker run --rm ly4e/prelude-operator-headless:latest

^^ will result in ./headless --help being executed.

docker run --rm -p 2323:2323/tcp -p 4545:4545/udp -p 3391:3391/tcp -p 8888:8888/tcp -p 50051:50051/tcp -p 8443:8443/tcp ly4e/prelude-operator-headless:latest --sessionToken=${SESSIONTOKEN} --accountEmail=${ACCOUNTEMAIL} --accountToken=${ACCOUNTOKEN} --accountSecret=${ACCOUNTSECRET}

^^ will start the executable with default ports exposed and parameters passed

Tag summary

Content type

Image

Digest

sha256:17c1e771a

Size

48.3 MB

Last updated

almost 3 years ago

docker pull ly4e/prelude-operator-headless