Questions tagged [garden-runc]

6 questions
1
vote
0 answers

Running systemd in a Concourse container

I am currently trying to get a CentOS container working with systemd enabled in order to use as the environment for a Concourse task. The associated pipeline is building RPM packages that install services managed by systemd and I would like to run…
RikuXan
  • 393
  • 5
  • 15
1
vote
0 answers

How can I set my volume size on concourse worker runC containers?

How can I set my volume size on concourse worker runC containers? It appears with garden-linux I could have set garden.btrfs_store_size_mb in my BOSH manifest. I don't see an equivalent option for garden-runc. Our CFOps backups are running out of…
skibum55
  • 276
  • 2
  • 11
1
vote
1 answer

Execute process in Runc container via Garden API

I have a Cloud Foundry Bosh Lite install with Garden/Runc support running on my local dev machine with an app hosted on it. I can ssh into the Diego cell VM and execute cell_z1/0# runc exec 5f9c8b67-9170-4c53-4bab-bbb2e6a3acdf…
Gordon
  • 312,688
  • 75
  • 539
  • 559
0
votes
0 answers

How to configure cgroup cpu quota for garden container running on ubuntu xenial

I am trying to configure cpu quota for a garden container running on Ubuntu Xenial like below. echo 1000 > /sys/fs/cgroup/cpu/garden/cpu.cfs_quota_us Earlier while using Ubuntu Trusty, we were able to configure the cpu quota for a garden container…
Sravan Kumar
  • 93
  • 1
  • 5
0
votes
1 answer

Threads in Cf Container

I would like to know, if it is a good idea to use several threads in a CF Garden Container. My understanding, according to 12 Factor apps, was that one container one process and one thread. But, after a discussion with a colleague I'm not so sure…
Stburcher
  • 64
  • 12
0
votes
1 answer

CF Garden-runC as a container orchestration engine?

I have been looking at Garden-runC / Guardian and am wondering if it can be used outside of CloudFoundry as a container orchestration engine. From what I have been able to understand so far: A garden client can use the Garden API to talk to a…
Shahed
  • 111
  • 9