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
I have a Java Spring Boot app which works with a Postgres database. I want to use Docker for both of them. I initially put just the Postgres in Docker, and I ha
I'm triying to setup my containers with docker-compose in a docker container (docker:dind) to make the tests at gitlab ci. From yesterday to today it has begin
I am using Django 3.0.6 and want to dockerize my project. everything is worked fine except static files. Static files are loaded completely when I run my projec
In the docker file: from debian:latest RUN apt-get install parallel RUN parallel --citation <<< "will cite" And the docker build simply does not c
I am running a CICD pipeline that runs a test script inside a docker container with docker exec and its failing with a return code of 137 every 3rd or 4th time.
I'm trying to build a Docker container and push it to Azure Container Registry. For that, I created this azure-pipeline.yml # Docker # Build and push an image t
I’ve been searching the web for hours but do not find any solution to my problem. I have 3 containers: - nginx - php - mysql They are all connected to th
using ulimit command, i set core file size. ulimit -c unlimited and I compiled c source code using gcc - g option. then a.out generated. after command ./a.o
I have a directory apkmirror-scraper-compose with the following structure: . ├── docker-compose.yml ├── privoxy │&nbs
My ODK central was working perfectly fine before I decided to update it to the recent release of ODK using this URL (https://docs.getodk.org/central-upgrade/),
I'm using docker for Windows to launch a MSSQL server. Everything is working fine except for the fact that my harddrive is now full. I've used all the cleanup c
I want add shell or bash to my image to execute installation command. I have copied the /bin/bash on my VM on to my image on Dockerfile: COPY /bin/bash /bin/
In my docker compose file there is a dynamic field which I'd like to generate during the running. Actually it is a string template: environment: - SERVER_U
Dockerfile: FROM cityflowproject/cityflow WORKDIR /usr/TrafficMannager RUN apt-get update && apt-get upgrade -y && apt-get clean RUN pip inst