Questions tagged [docker-app]

utility to help make Compose files more reusable and sharable.

Project Location: https://github.com/docker/app

Links:

Making Compose Easier to Use with Application Packages

Making Application Collaboration Easier with Docker

6 questions
6
votes
4 answers

Cannot remove docker application and container in docker desktop

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…
Devorein
  • 1,112
  • 2
  • 15
  • 23
1
vote
0 answers

Docker-Compose Apache+PHP+React+MySQL and Laravel

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…
ilernet
  • 194
  • 1
  • 2
  • 7
1
vote
1 answer

Declare volumes in docker compose

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…
shantanuo
  • 31,689
  • 78
  • 245
  • 403
0
votes
1 answer

Got error : "443 no HTTPS proxy: resolving host login.docker.com: lookup login.docker.com: no such host" while login to Docker desktop app

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…
0
votes
0 answers

why does restarting the Docker app improves the performance of my container (web app)?

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…
FullStack Alex
  • 1,783
  • 19
  • 31
0
votes
1 answer

How to push a Docker Application Package to private registry via TLS using a self-signed certificate

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…