Docker Resolving both host DNS and container names
The situation I have a host on which I run a bunch of containers so I just Nginx Proxy manager to proxy HTTP traffic to their respective containers. However, I’d like it to be able to access devices on my Tailscale network and the only proper way I’ve seen it be able to be do […]
How to use variables from a .env file located in a parent directory when including other compose files in child directories with docker-compose
I’m using docker-compose to manage my homelab stacks. To keep things tidy, I’ve nested directories for the different parts of my infrastructure. It looks something like this:
Docker Compose – container A “could not resolve host” of container B
I’m having problems getting two Docker containers to talk to each other using Docker Compose. In an attempt to reduce the problem down to the smallest reproducible example, I have created the following three files:
docker-compose set environment variable as output of host command
Is it possible to set an environment variable in docker-compose.yaml as the output of a command? I thought this was working, however as I’m looking over things in my service and when it’s running I’m getting VERSION=$(git describe)
where what I’m looking to see is something likeVERSION=v1.0.0
Run Docker container after saving it
First of all, I am bit new dealing with Docker and whatnot.
Override docker compose from shell script
I have a docker compose file
Docker authz plugin issue
I am trying to build custom authorization for docker.
I have developed python flask app
How to filter with docker system prune to exclude only specific images according to the tag number?
I have several services, each service has its own image, each new image is created with a tag number.
Docker-compose up returns Error:invalid reference format
I’m testing docker-compose and docker-compose.yaml worked well on local.
And then I just copied this file and pasted on my AWS instance.
But on AWS instance “docker-compose up” command returns “ERROR: invalid reference format”
docker: can not connect to maildev
I tried maildev for transactional email development and confirmed that it can be used.