docker-install icon indicating copy to clipboard operation
docker-install copied to clipboard

Install script doesn´t deploy beta/test version

Open bindsi opened this issue 1 year ago • 0 comments

I have executed curl -fsSL https://test.docker.com -o test-docker.sh or curl -fsSL https://get.docker.com -o get-docker.sh | sh get-docker.sh --channel=test and this doesn´t apply the installation from the test/beta channel at the moment. It rather installs the latest stable version 24.0.2.

The reason for this is that I want to configure the daemon.json in /etc/docker folder to use containerd for image pulling and storing by using

{ 
  "features": { 
    "containerd-snapshotter": true 
  }
}

Any idea what might be wrong

bindsi avatar Jun 24 '23 10:06 bindsi