Skip to content

Setting shm_size for Docker Containers? #25740

Answered by airtower-luna
ckcollab asked this question in Actions
Discussion options

You must be logged in to vote

I assume you mean for a job container? I haven’t tried myself, but based on the docs jobs.<job_id>.container.options should do the trick:

container:
  image: selenium/standalone-chrome-debug
  options: --shm-size=2gb

Service containers have an options parameter that should work the same way.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@airtower-luna
Comment options

@uuf6429
Comment options

@uuf6429
Comment options

@airtower-luna
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants