Category "docker"

How do I run gitlab on kubernetes?

The task I carreid out ↓ Hyper-V, Ubuntu 20.04, k8s 1.23.6, Docker 20.10.14 Installation Set up a K8s Cluster(Control Plane 1EA, Worker node 1EA) kubectl

How does Cosmos DB emulator SSL work in docker compose?

Is it possible to run Cosmos emulator as a docker container and use the instance in another container? I haven't been able to find anything that clearly explain

Why do I get [INFO] Worker Exiting (pid: 2) when deploying cloud run service with docker? (On VSCode with cloud code extension)

I'm really new to this stuff, I'm a 16 year old currently doing a research project/internship, and I've just started 2 weeks ago. So I'm extremely confused. I'v

PhpStorm cannot find vendor/autoload.php on Docker WSL when running PHPUnit

My current setup is: PhpStorm, Docker WSL, Ubuntu (WSL). All my project files are local and inside WSL Ubuntu. Docker Container and CLI Interpreters are set up

SonarQube Docker Installation CorruptIndexException: checksum failed

I'm trying to create docker container with SonarQube inside it, but I get this error while composing for the first time: Caused by: java.util.concurrent.Executi

docker-compose up failed - reading directory failed

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

CORS problem on production (FLASK on docker, VUE static, NGINX)

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

How to have docker compose init a SQL Server database

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

Changing the broadway 2.0 tab name (GTK+3.0)

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

Docker builds for a monorepo environment

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. | ├&

Can't find any man pages in Fedora Docker Image

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

Fetching nodes from external cluster failed - cross cluster replication on docker

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

How can I use OpenShift built in Ingress to expose SMTP/IMAP?

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

MariaDB docker not starting due to Innodb error

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

Connection for controluser as defined in your configuration failed on ubuntu20.04 container

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

selenium/standalone-chrome with selenium 4.0.0 return DNS ERROR

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

NullPointerException in Apache Kylin when using JDBC

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

What is the difference between spring-boot:build-image vs jib?

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

Docker Builds Failing when running go get

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)...

React Js docker image building error with ERROR [linux/arm64 5/7] RUN npm install --silent. Running on Mac M1

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