This nodedocker docker application has been stuck on my docker desktop for a while now. I've tried deleting it numerous times to no avail. Running docker ps shows no running container. I even tried deleting the container nodedocker_database_1, but…
I'm trying to mount a docker-compose with its respective dockerfile to have a project with a /backend/ folder where an API with laravel will go and then a /frontend/ folder where a react frontend goes.
The goal is to build on it so I need to use…
I am using docker-compose file generated by docker-app
docker-app render | docker-compose -f - up
The docker app file looks like this and it works as expected. But I am not able to use volumes.
I use -v parameter while using docker run command…
I can log in to https://hub.docker.com/ , however not in desktop app error message appearing in Docker app
Error:
Post "https://login.docker.com/oauth/token": dialing login.docker.com:443 no HTTPS proxy: resolving host login.docker.com: lookup…
I have a web app running in a Docker container on my local macOS machine. The container has multiple quite heavy (multiple GB) volumes (MySQL, WordPress core and plugins, npm stuff) which all run in delegated mode. When I start the container after a…
docker-app is an experimental tool and I would like to use it with my self-hosted docker registry, not the centralized Docker Hub. Seemingly it's supported and based on the error message it tries to connect to my registry server but it fails with…