CircleCI CLI: Error response from daemon: invalid UTS mode

Hello,

I am also experiencing the same issue. I have tried various things that I found in random posts and CircleCI tickets. I have updated my PostgreSQL version, tried version 2.1 of the yml file, tried other Picard container versions as well. Always the same result.

We need to be able to run jobs locally in order to test them (as I am pretty sure everyone else does).

Environment:

Ubuntu 22.04
Docker Engine: 24.0.6
CircleCI CLI: 0.1.29314+148495a (latest at the moment)

System Information as printed when attempting to execute a job:

 Server Version: 24.0.6
 Storage Driver: overlay2
  Backing Filesystem: extfs
 Cgroup Driver: cgroupfs
 Cgroup Version: 2
 Kernel Version: 6.4.16-linuxkit
 Operating System: Docker Desktop
 OSType: linux
 Architecture: x86_64

My Docker container configuration is just this:

  docker:
    - image: circleci/python:3.8.10
    - image: cimg/postgres:16.1