I’m currently using Gitlab-CI to test a jboss eap based java application. To be more precise, I’m using Postman’s newman tool to run some REST
Hi im trying to build a container with base os- centos:8 container image- fedora:33 when i give a dnf install command it returns with a failure, so i went insid
I am trying to migrate a Laravel 8 project from Homestead to Sail. Sail seems to be set up correctly since I can get to my project's website locally. But I can'
I have been trying to join a worker to a manager node but I'm not able to. My manager node is running on my personal laptop which runs ubuntu 18. The worker nod
I'm trying to setup the consul server and connect an agent to it for 2 or 3 days already. I'm using docker-compose. But after performing a join operation, agen
For some reason I can't get persistent storage to work with alertmanager. This is my compose: alertmanager: image: 'my/alertmanager/prod:latest' resta
I am working on hardening our docker images, which I already have a bit of a weak understanding of. With that being said, the current step I am on is preventin
I want to run an emulator in a docker container, so i searched for it and found many docker-android-emulator images on the internet but most of them have writte
I want to use KES and Hashicorp vault to encrypt files in minio. Without using docker, I managed to encrypt files using these servers. My problem is that I want
I have an application where I have multiple instances of container talking with each other and another external application. My external application is on 10.13
I upgraded my Docker version to the latest one and I got this error: error from daemon in stream: Error grabbing logs: invalid character '\x00' looking for
I am trying to run a simple python script within a docker run command scheduled with Airflow. I have followed the instructions here Airflow init. My .env file:
I am running the PHP-Java bridge server (apache-tomcat). Sometimes I get an intermittent error. It's working when I restart the tomcat server from /opt/apache-t
I followed the tutorial from prisma.io to get started building a local server. Follow the docker-compose.yml: version: '3' services: prisma: image: pris
I got some docker containers running on AWS EC2, the /var/lib/docker/overlay2 folder grows very fast in disk size. I'm wondering if it is safe to delete its con
I am trying to forward/clone traffic from my host machine to my docker container using IPtables command. I am able to receive traffic inside my container via ip
I need to create additional cluster in minikube. I searched for a while I haven't got any resource on this.How to create a cluster in minikube?
kubectl describe node docker-for-desktop This gets the IP address of Docker desktop for Windows. But we run it on browser with ip:nodeport it is not working.
I'm trying to create a container for a Nest.js server. For now,I only have the basic version of the server that creates automatically when you create a Nest pro
I am using docker for the first time and I was trying to implement this - https://docs.docker.com/get-started/part2/#tag-the-image At one stage I was trying to