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.
docker run -d --name optimizely-agent \
-p 8080:8080 \
-p 8088:8088 \
-p 8085:8085 \
--env OPTIMIZELY_LOG_PRETTY=true \
optimizely/agent:latest
Configuration options can be passed in via docker's environment variables via the --env flag.
optimizely/agent:<version>This is the minimal build. The image contains the statically compiled binary and ca-certificates.
optimizely/agent:latestSame image as above.
optimizely/agent:<version>-alpineThis 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:alpineSame image as above
View license information for the software contained in this image.
Content type
Image
Digest
sha256:7e9abe4bd…
Size
7.7 MB
Last updated
2 months ago
docker pull optimizely/agent