controlplaneio / simulator

Kubernetes Security Training Platform - focusing on security mitigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signed Docker Image

denhamparry opened this issue · comments

make run fails when using if Docker Content Trust is enabled.

To Reproduce

  1. 'export DOCKER_CONTENT_TRUST=1'
  2. 'make run'

Expected behavior
Simulator container spins starts

Workaround

  1. 'export DOCKER_CONTENT_TRUST=0'
  2. 'make run'