version: '3.8' services: examples_bindshell_target: build: context: examples/secure-image dockerfile: Dockerfile volumes: - ./target:/backdoor command: /backdoor/release/ex-bind-shell-backdoor privileged: true examples_bindshell_client: image: alpine volumes: - ./target:/backdoor command: /backdoor/release/ex-bind-shell-client examples_bindshell_target:54248