localstack icon indicating copy to clipboard operation
localstack copied to clipboard

bug: LocalStack not starting with Docker 29.1.2

Open jcopenhop opened this issue 2 months ago • 2 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current Behavior

As reported elsewhere1 it appears that Docker 29 raised the minimum client version and it appears that localstack no longer works with Docker 29.

prompt ~ % docker --version
Docker version 29.1.2, build 890dcca877
prompt ~ % colima --version
colima version 0.9.1
prompt ~ % localstack --version
LocalStack CLI 4.11.1
prompt ~ % localstack start -d

     __                     _______ __             __
    / /   ____  _________ _/ / ___// /_____ ______/ /__
   / /   / __ \/ ___/ __ `/ /\__ \/ __/ __ `/ ___/ //_/
  / /___/ /_/ / /__/ /_/ / /___/ / /_/ /_/ / /__/ ,<
 /_____/\____/\___/\__,_/_//____/\__/\__,_/\___/_/|_|

- LocalStack CLI: 4.11.1
- Profile: default
- App: https://app.localstack.cloud

[09:29:18] starting LocalStack in Docker mode 🐳                                                                                                                           localstack.py:532
           preparing environment                                                                                                                                           bootstrap.py:1315
ERROR: '['docker', 'ps']': exit code 1; output: b'Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.43\n'
❌ Error: Docker could not be found on the system.
Please make sure that you have a working docker environment on your machine.

Expected Behavior

Localstack should work with the docker 29.

Environment

- OS: Mac
- LocalStack: 
  LocalStack version: 4.11.1

jcopenhop avatar Dec 04 '25 17:12 jcopenhop