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).
docker run \
--publish 22:22 \
--rm \
-e PUBLIC_KEY="$(cat ~/.ssh/id_ed25519.pub)" \
gatlingcorp/dedicated-load-generator
| Parameter | Function |
|---|---|
-p 2222:22 | ssh port |
-e PUBLIC_KEY=yourpublickey | Optional ssh public key, which will automatically be added to authorized_keys. |
-e PUBLIC_KEY_FILE=/path/to/file | Optionally specify a file in the container containing the public key (works with docker secrets). |
-e PUBLIC_KEY_DIR=/path/to/directory/containing/_only_/pubkeys | Optionally specify a directory in the container containing the public keys (works with docker secrets). |
-e PUBLIC_KEY_URL=https://github.com/username.keys | Optionally specify a URL containing the public key. |
-e USER_NAME=gatling-user | Optionally specify a user name (Default:gatling-user) |
You need at least to define one public key parameter.
Content type
Image
Digest
sha256:d9f0829f7…
Size
149 MB
Last updated
over 1 year ago
docker pull gatlingcorp/dedicated-load-generator