I saw this post with different solutions for standard docker installation: How to change the default location for "docker create volume" command? At first glanc
In Intellij Ultimate docker is not detected automatically. I choose "create new", but i get the message, that i cannot connect to docker daemon at unix /var/run
I'm trying to run the portainer docker with tls. This is my docker command: > docker run -d -p 9443:9443 -p 8000:8000 \ > --name portainer --restart a
I have used docker-compose based zabbix version 4.x in the past. When I started the environment I could count more than 5 containers, including zabbix-agent. I
I have the following DockerFile FROM apache/superset:pr-19860 RUN pip install elasticsearch-dbapi RUN superset superset fab create-admin \ --user
I have a discord bot running with docker and docker-compose, how can I update the image of the container without any downtime? Its very important for me, that t
I am using following docker-compose file version: '3.7' services: db_container: image: mongo:latest restart: always environment: MONGO_INITDB_ROOT_
I'm very new to docker. I have a mean stack app that and have configured the dockerfile for frontend and backend as you can see below. When I run docker-compose
How do I VAR=VAULE docker-compose up from a Terraform script building an Azure App Service using a Docker Compose file site_config { app_command_line = ""
I have a question. I am pretty new to docker, so what I am trying to do is create a docker-compose file that on compose command will also create the database. P
So i'm using docker-compose to set up local dev environments while I'm working on Wordpress sites. And now i'm trying to fix so I can get an self signed ssl cer
I am using Postgres as a service in my docker-compose file. I want logging to log file to be enabled when I do docker-compose up. One way to enable logging is b
I'm trying to dockerize my flutter web project. And an image was created and the site run perfectly just the pictures of my website are not found and not displa
I want to run my app on my local machine within Docker. I don't want to optimize the size of my docker app or build it for production now. Docker builds my back
I am using Docker and Docker-Compose on Ubuntu 20. The application I am deploying on container is using Tensorflow. Docker-Compose build is able to be executed
From my understanding, docker compose is the latest version. This is the one at least I installed from docker official documentation. I am working on a project
I am trying to set up a Hyperledger Fabric Network with Hyperledger Explorer. I spin up a VM on the digital ocean cloud with ubuntu OS. From there, I spin up 3
I start docker sudo service docker start then I try to run dockerd sudo dockerd it shows the following error: INFO[2021-11-21T19:25:52.804962676+05:30] Start
project └───app │ │ ... │ │ Dockerfile │ │ └───prod.env └
I'm trying to understand how to implement https with grafana/caddy in docker compose without a domain name. Currently, I access grafana via http://xx.xxx.xx.xx: