Skip to content

Commit

Permalink
Mount docker.sock. (#358)
Browse files Browse the repository at this point in the history
This matches how the engine container is started in a full deployment
(see docker-compose.aws.yml).

This enables support for plugins which scan local container images.
  • Loading branch information
ZoogieZork authored Nov 14, 2024
1 parent a2683ea commit 88c9d73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/utilities/plugin_runner/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ services:
image: "artemis/engine:latest"
container_name: engine
command: ["/bin/true"]
volumes:
- /var/run/docker.sock:/var/run/docker.sock
plugin:
image: "$plugin_image"
container_name: "$plugin"
Expand Down

0 comments on commit 88c9d73

Please sign in to comment.