I am trying to configure DockerDesktop for Linux in a ChromeOS/Crostini deployment. After installation starting DockerDesktop the application forever reports the Engine is starting and the DockerCli fails when it tries to run hello-world
The initial starting point is a working Crostini deployment of DockerEngine and DockerCli following these instructions
- Install Docker Engine on Debian | Docker Documentation
- Docker Engine post-installation steps | Docker Documentation (group permission, systemctl, log rotation)
Next following the below instructions I tried to stall Docker Desktop for Linux.
- Install Gnome terminal
- Install from downloaded .deb file
- After installation starting the app prompts to setup credentials, which works fine
Result: DockerDesktop never comes online reporting the engine is starting. Also, the DockerCli no longer works when trying to run hello-world it tries to use $USER/.docker/desktop/docker.sock instead of /etc/run/docker.sock
Not sure what steps I should try next