Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

footloose container fails to start after upgrading to Docker 4.3 #270

@MartinAhrer

Description

@MartinAhrer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions