Here I want to load the sql connection string from azure keyvault. version: '3' x-airflow-common: &airflow-common image: ${AIRFLOW_IMAGE_NAM
I'm using docker registry v1 and I'm interested in migrating to the newer version, v2. But I need some way to get a list of images present on registry; for exam
I create an application that handle pdf and convert them to pdfa3 and also convert the document onto facturX. I developped my application using Springboot and i
I am trying to distribute a set of connected applications running in several linked containers that includes a mongo database that is required to: be distribut
I currently have a Thingsboard installation with docker and all I would need to do is change the main logo of the web application to another logo. I've made sev
I have been trying to setup password to mongodb My docker-compose file is version: "3" services: mongo: image: mongo ports: -
I have installed Docker for windows as a complete noob looking to try it out. I have ensured Hyper-V is enable, virtualisation is enabled also any time I try an
I've seen lots of examples of making Docker containers for Rails applications. Typically they run a rails server and have a CMD that runs migrations/setup then
Is it possible, using the docker SDK for Python, to launch a container in a remote machine? import docker client = docker.from_env() client.containers.run("bfi
As a new starter in the world of DevOps, I've tried to find a one-pager that explains side by side what each of the following technologies do
I am not able to set Password for Postgres using Docker-compose. Postgres is loading without password and with the default user name "postgres", non of the envi
I'm running telegraf in a container on my Synlogy NAS. Just asking out there what is the best way to reload the configuration when I make some changes in telegr
I'm having trouble building my nuxt images in a travis CI pipeline. My local environment is ubuntu 18.04 - docker version 19.03.11 docker-compose version 1.24.1
The docker docs say what a HEALTHCHECK instruction is and how to check the health of a container. But I am not able to figure out what happens when healthcheck
This is what docker images shows before I run docker build. $ docker images REPOSITORY TAG IMAGE ID CREATED VIR
I am running "cron" in a docker container. Every day a script is executed. The output of this script I would like to see via "docker logs " The process with
Why is it recommended to run WSL2+docker desktop windows, instead of directly install docker on the WSL2 distro ? It seems that both work but I read that the w
I have created a Docker image which contains the Android SDK and am trying to expose my Android phone in a container running this image. So I used the --privile
I have a dockerized asp.net Core application trying to connect to a mySql Database. Both are running inside a docker-compose. When I test the connection to a lo
im running a docker container as shown below, after the sh files are executed the container terminate by default, how i can keep the container working in backgr