You can use a bind mount for that:
mount --bind /replacement/file /proc/1/cgroup
That should be done within the container name space.
You can use a bind mount for that:
mount --bind /replacement/file /proc/1/cgroup
That should be done within the container name space.