Earlier quoted context omitted.
(CTO of Docker here) there is a grace period until 31 January next year, we understand that this is a change and people need time to sort out payment.
… isn’t it effective January 31st then?
Docker Desktop no longer free for large companies
21–30 of 597 posts
Re: Docker Desktop no longer free for large companies
#22so, when's everyone switching over to Podman?
You can install the docker client inside WSL/OSX and connect over SSH to a docker CE instance.
Re: Docker Desktop no longer free for large companies
#23Note that Docker Desktop and Docker Engine are separate products. Docker Desktop is the desktop application package that makes Docker user-friendly on macOS and Windows. Docker Engine, the container runtime itself, remains free: > No changes to Docker Engine or any upstream open source Docker or Moby project. If you develop on Linux, no changes are needed.
How would that work if you're using WSL? Docker for Desktop uses WSL but creates it's own separate VM (if you can call it a VM). Would I be able to install and run Docker inside Ubuntu's WSL distro to avoid paying for Docker for Desktop?
Re: Docker Desktop no longer free for large companies
#24I'd guess a lot of people will just use Docker engine on a Linux VM with the CLI on Windows/Mac as that'll work just fine and is open source.
This was kind of inevitable though, ultimately Docker had to find a revenue stream somewhere. Docker Hub must be massively expensive to run and developing docker's product isn't free either...
Re: Docker Desktop no longer free for large companies
#25Re: Docker Desktop no longer free for large companies
#26Re: Docker Desktop no longer free for large companies
#27Also, announced on 31.08, effective 31.08 (albeit grace period…)
Re: Docker Desktop no longer free for large companies
#28so, when's everyone switching over to Podman?
as soon as a viable alternative to Docker Desktop for Mac exists I am done with this company forever (and they seem to be anticipating that)
Re: Docker Desktop no longer free for large companies
#29Note that Docker Desktop and Docker Engine are separate products. Docker Desktop is the desktop application package that makes Docker user-friendly on macOS and Windows. Docker Engine, the container runtime itself, remains free: > No changes to Docker Engine or any upstream open source Docker or Moby project. If you develop on Linux, no changes are needed.
How would that work if you're using WSL? Docker for Desktop uses WSL but creates it's own separate VM (if you can call it a VM). Would I be able to install and run Docker inside Ubuntu's WSL distro to avoid paying for Docker for Desktop?
So install the client inside WSL and the engine on a Linux VM.
EDIT: https://raesene.github.io/blog/2018/11/11/Docker-18-09-SSH/ was a blog I wrote when that feature landed, AFAIK it works the same way now :)
Re: Docker Desktop no longer free for large companies
#30so, when's everyone switching over to Podman?
as soon as a viable alternative to Docker Desktop for Mac exists I am done with this company forever (and they seem to be anticipating that)