This repository was archived by the owner on Aug 29, 2023. It is now read-only.
Description I'm using footloose 0.6.3 on Mac OS with the following simple configuration.
cluster:
name: chaching
privateKey: cluster-key
machines:
- count: 1
spec:
image: quay.io/footloose/debian10
name: chachingdev%d
portMappings:
- containerPort: 22
privileged: true
After footloose create the command complains that the container is not running
INFO[0000] Docker Image: quay.io/footloose/debian10 present locally
INFO[0000] Creating machine: chaching-chachingdev0 ...
ERRO[0001] Error response from daemon: Container 4810fc5dfe782c7fef5a1a594347ceb3044b38b77873ec3aa36c5998ec466da4 is not running machine=chaching-chachingdev0
FATA[0001] exit status 1
docker container logs 4810fc5dfe782c7fef5a1a594347ceb3044b38b77873ec3aa36c5998ec466da4 shows the following
Failed to lookup module alias 'autofs4': Function not implemented
systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
Detected virtualization docker.
Detected architecture x86-64.
Welcome to Debian GNU/Linux 10 (buster)!
Set hostname to <chachingdev0>.
Failed to create /init.scope control group: Read-only file system
Failed to allocate manager object: Read-only file system
[!!!!!!] Failed to allocate manager object.
Exiting PID 1...
Anyone with an idea what is going wrong. The footloose container stopped working after doing an upgrade of my Mac OS Big Sur to latest 11.6.2
Reactions are currently unavailable
I'm using footloose 0.6.3 on Mac OS with the following simple configuration.
After
footloose createthe command complains that the container is not runningdocker container logs 4810fc5dfe782c7fef5a1a594347ceb3044b38b77873ec3aa36c5998ec466da4shows the followingAnyone with an idea what is going wrong. The footloose container stopped working after doing an upgrade of my Mac OS Big Sur to latest 11.6.2