Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# bamboo-agent

Requires script before docker task (e.g. build Dockerfile) in the plan:
```
#!/bin/bash
sudo -S echo "" | sudo -S service docker start
```
This image extends `atlassian/bamboo-agent-base` to add Docker CE support. No additional setup is required - the Docker daemon is ready to use in your Bamboo tasks. The bamboo user has passwordless sudo access to Docker commands.