Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 584 Bytes

File metadata and controls

21 lines (16 loc) · 584 Bytes

Building and Pushing the Docker Image

Run the following to build the forallsecure/rust-base-executable Docker image and push it to a specified Docker registry.

docker build -t $MAYHEM_DOCKER_REGISTRY/forallsecure/rust-base-executable .
docker push $MAYHEM_DOCKER_REGISTRY/forallsecure/rust-base-executable

Executing the Mayhem Run

Then initiate a Mayhem run using a Mayhemfile similar to the following:

image: forallsecure/rust-base-executable:latest
duration: 90
project: mayhem-examplesles
target: rust-base-executable
cmds:
  - cmd: /mayhemit @@