Sign inSign up

optimizely/agent

By optimizely

Updated 2 months ago

Official image for Optimizely Agent

Image
1

10M+

optimizely/agent repository overview

Optimizely Agent is the Optimizely Feature Experimentation service exposes the functionality of a SDK for Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts.

Quickstart

docker run -d --name optimizely-agent \
         -p 8080:8080 \
         -p 8088:8088 \
         -p 8085:8085 \
         --env OPTIMIZELY_LOG_PRETTY=true \
         optimizely/agent:latest

How to configure Optimizely Agent

Configuration options can be passed in via docker's environment variables via the --env flag.

Image Variants

optimizely/agent:<version>

This is the minimal build. The image contains the statically compiled binary and ca-certificates.

optimizely/agent:latest

Same image as above.

optimizely/agent:<version>-alpine

This image is based on the (official alpine image](https://hub.docker.com/_/alpine). Use this image if you want to be able to go inside the container.

optimizely/agent:alpine

Same image as above

License

View license information for the software contained in this image.

Tag summary

Content type

Image

Digest

sha256:7e9abe4bd

Size

7.7 MB

Last updated

2 months ago

docker pull optimizely/agent