Sign inSign up

gatlingcorp/dedicated-load-generator

By gatlingcorp

Updated over 1 year ago

Image
0

2.9K

gatlingcorp/dedicated-load-generator repository overview

Gatling Enterprise Certified Docker images for dedicated load generators

These image is published to Docker Hub.

The purpose is to ease the configuration of a dedicated host for generating load with Gatling Enterprise (self-hosted or private locations for cloud).

Using the gatlingcorp/dedicated-load-generator image

docker run \
  --publish 22:22 \
  --rm \
  -e PUBLIC_KEY="$(cat ~/.ssh/id_ed25519.pub)" \
  gatlingcorp/dedicated-load-generator

Parameters

ParameterFunction
-p 2222:22ssh port
-e PUBLIC_KEY=yourpublickeyOptional ssh public key, which will automatically be added to authorized_keys.
-e PUBLIC_KEY_FILE=/path/to/fileOptionally specify a file in the container containing the public key (works with docker secrets).
-e PUBLIC_KEY_DIR=/path/to/directory/containing/_only_/pubkeysOptionally specify a directory in the container containing the public keys (works with docker secrets).
-e PUBLIC_KEY_URL=https://github.com/username.keysOptionally specify a URL containing the public key.
-e USER_NAME=gatling-userOptionally specify a user name (Default:gatling-user)

You need at least to define one public key parameter.

What's inside

  • debian bookworm base
  • Azul Zulu openjdk 21
  • jq
  • curl

Tag summary

Content type

Image

Digest

sha256:d9f0829f7

Size

149 MB

Last updated

over 1 year ago

docker pull gatlingcorp/dedicated-load-generator