- 
    Bug 
- 
    Resolution: Not a bug
- 
    Low 
- 
    None
- 
    5.10-OD-13-001, 5.10.3, 5.13.2, 6.0.0, 6.0.1
- 
    None
- 
        6
- 
        Severity 3 - Minor
- 
        1
- 
        
Summary
When selecting Detach container in the Docker task, the container is still terminated.
Steps to Reproduce
- Configure docker task like normal, selecting Detach container
- Run while true; do docker ps; done via command line
- Run build
  Notice Bamboo still terminates the container Notice Bamboo still terminates the container
Expected Results
Container should be left running in the background as when running docker run -d
Actual Results
Container is terminated
Workaround
- Configure command or script task to run the container detached
 Info: Docker run reference