I have a docker image which I wanted to bring up to run test automatically, the scripts are located at /opt/robotframework/tests Error occurred that docker cann
All is working Ok on develop (tipical) I have flask app (API) docker, postgres docker and VUE app (FRONT). Deployed on production (AWS instance with nginx). Fla
I have a docker compose file which creates a starts SQL Server. This is working fine. I can connect to the database and see the master database. What I am tryin
When running Broadway back-end, the default tab name is "broadway 2.0". I wish to change this to something more meaningful but I'm running into a couple of dead
Basically, both services foo and bar depend on a common library. Let's assume that the common package has already been published to the npm registry. | ├&
After installing the man pages via dnf, I still can't find them inside /usr/share/man. docker run --rm -it fedora bash -c "dnf install -y man-pages && l
I run two docker-compose file to run two instances of elastic search and kibana and tried to create corss cluster replication with it. Let's say the two instanc
Can I use OpenShift built in Ingress operator to expose SMTP and IMAP services? I can't use NodePort Service as I have a cluster that is setup to not expose any
I have a local docker environment (MAC) for my Laravel set-up. The mariadb container in docker-compose.yml is defined as image: mariadb:10.6 container_n
I'm trying to have one docker container with: ubuntu 20.04, on top of which I add apache, php, mysql and phpmyadmin (all on the same container) What's installed
Configuration: Python 3.10/selenium 3.141.0/selenium/standalone-chrome:latest WORKS! but when I change just selenium version to 4.0.0: Configuration: Python 3
I use Kylin from Docker: https://kylin.apache.org/docs/install/kylin_docker.html I downloaded sqoop-1.4.7.bin__hadoop-2.6.0.tar.gz to SQOOP_HOME directory. When
Spring Boot 2.3.x adds the capability of building a Docker image using their plugin via spring-boot:build-image. Jib seems to allow the same functionality but
All of my docker builds are getting this error when doing a go get. Unfortunately the error message isn't very helpful (or I am struggling to understand it)...
I am creating a React Js docker image to run on multiple architecture when i run the command I get an error. I tried a lot but not successful. I am using Mac M1
I'm working on segregation of common modules into dedicated repositories for our github organization. Use pip install from git repo in Dockerfile to install sha
I am trying to build a NestJS app with Prisma and PostgreSQL. I want to use docker; however, I got an error when I sent the request to the backend. Here is my d
I'am trying do deploy 2 containers by using docker-compose on ElasticBeanstalk with new Docker running on 64bit Amazon Linux 2 (v3). When I add .env_file direct
I'm trying to run the below code as instructed in the docker-graphite-statsd: docker run -d\ --name graphite\ --restart=always\ -p 80:80\ -p 2003-2004:2003-
In my dockerfile, for a Flask app, I have a set of commands that work as planned. The last line of my dockerfile is currently: ENTRYPOINT [ "/bin/bash", "-c" ]