Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Docker read_timeout apparently not working #101

Open
StuporHero opened this issue Aug 5, 2016 · 0 comments
Open

Docker read_timeout apparently not working #101

StuporHero opened this issue Aug 5, 2016 · 0 comments

Comments

@StuporHero
Copy link

Following the documentation, I have a machine_image that looks like the following:
`machine_image 'trx-enterprise' do
role 'middleware-image'

machine_options docker_options: {
base_image: {
name: 'oraclelinux',
tag: '6'
}
},
docker_connection: {
read_timeout: 7200
}
end
`

The middleware-image role installs an Oracle Forms & Reports home which takes longer than 10 minutes, and it is never allowed to complete thanks to the timeout lasting only 10 minutes despite having set read_timeout to 2 hours based on README.md.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant