I am working with a linux server and I would like to run a docker container with my shiny app, but it is not working. In order to check the problem, I have run
I am testing and building a lot of containers over a somewhat slow internet connection. Every time I test a rebuild it has to re-download all the apt and pip pa
I'm using Intel and Apple Silicon chip Mac. When I build dockerfile on Intel Mac, it is success. How ever when I build same file on M1 Mac I get This error. #1
I want to run a mysql container in windows server 2019. For that, Im using this image: vdkhiem/advancedmysqlcore:5.7.27 When I use this docker-compose file it w
I'm trying to divide my application into multiple containers: frontend (Angular), backend (.NET) & database (MySQL). I've set up all containers and they are
I have running multiple containers separately which connected to each other using defined network in docker-compose.yml and my application is
When running our docker build in a GitHub Action Workflow, the docker/build-push-action@v2 keeps outputting this error below. This is prior to running any of th
I want download a private repository from bitbucket, but get some error fatal: could not read Username for 'https://bitbucket.org': terminal prompts disabled h
I'm using selenium-docker project to run chrome inside a docker container, without XVFB (START_XVFB=false). I want to use webgl support. With chrome v95 and low
I'm loosely following along this article to develop and debug modules for IoTEdge https://docs.microsoft.com/en-us/azure/iot-edge/how-to-visual-studio-develop-m
I am using google cloud build to build a docker image and deploy in cloud run. The module has dependencies on Github that are private. In the cloudbuild.yaml fi
I am building a Node JS Web application. I am using Postgres SQL and Sequelize for the database. I have the docker-compose.yaml with the following content.
Trying to test docker containers over server with CentOS 8.5 Server. The container has CentOS 7.9 within it. Entrypoint for it is /usr/sbin/init. First launch:
I can connect to postgres in that way. On my local machine i run: ssh name@ip -p 22 input --> password and then sudo docker-compose exec postgres bash afte
I am managing a couple of stacks on a couple of nodes running in docker swarm. Unfortunately it seems a worker node lost connection to the single manager I curr
I have a docker file as below. FROM registry.access.redhat.com/ubi8/ubi ENV JAVA_HOME /usr/lib/jvm/zulu11 RUN \ set -xeu && \ yum -y -q install
I am trying to start a container from the given image below but I am getting the following error: ERROR: for code_challenge_api Cannot start service api: OCI
I would like to connect from a php docker, through a OpenVPN docker to a OpenVPN client. Network structure I have added a Docker network (192.168.200.0/24) The
I'm very new to Docker and I'm confused about how to backup the mongodb database. I'm using 2 containers, both connected through a network. the express app cont
I have a server running Pterodactyl panel which uses Docker. I'm using a Nodemon js egg to run a Node JS webserver I developed. The server uses 5500 as the port