[support] Trouble getting started with the example docker-compose.yml file #3324
Unanswered
fubarhouse
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having a lot of difficulty getting k3s running inside of
docker-compose
... Interestingly I can start a regular cluster on bare metal viakubeadm
. Unfortunately I need some assistance because it's only refusing to run from inside the docker. I'll also note that I did fix this problem previously with the kernel parametersystemd.unified_cgroup_hierachy=false
, however having been forced to reinstall the operating system, this appears to be doing nothing which is apparent from the container... (even though I can see the cgroups are not unified...I've been trying to use this file:
https://github.com/k3s-io/k3s/blob/master/docker-compose.yml
Here's a bunch of information that could help.
$ neofetch
$ cat /etc/default/grub
$ docker info
$ ll /sys/fs/cgroup/
$ docker-compose up -d; docker-compose logs -f server
Beta Was this translation helpful? Give feedback.
All reactions