Category "docker"

How to get all docker image layers in k8s masternode

I'm a beginner at Kubernetes and Docker. I want to receive the image layer of all the containers that are operating on the master node of k8s. (If there is any

Creating an image with Docker and resources outside the main directory

I try to build an image with Docker (10.20.13 on RH 7.9). But some of my resources are outside the Dockerfile directory. Below is my tree : /dir1 ├─

Azure DevOps self-hosted build agent - Kaniko

We need to build docker images using self-hosted linux agent which is deployed as docker container (in Azure Container Instances). As of now, the agent is Ubunt

I make a docker image using linux and installed an Oracle Db 19c using the official base image linux/amd64. now running on Mac M1 give me an error

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested Oracle

Docker Compose ports are being ignored on up

This is my Docker Compose file containing 4 api containers: version: '3.4' services: api1.api: image: ${DOCKER_REGISTRY-}api1 build: context: .

dockerfile, output evaluated commands

Is there anyway to have docker create output the evaluated line? for example # Dockerfile COPY ${SRC}/file . will echo Step 1/1 COPY ${SRC}/file . I want it to

Why is my connection refused while connecting to upstream? Nginx Error 502

I have 3 docker containers CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS

Docker compose specified port not mapping to connect to the health check endpoint

I am a newbie to docker. This is the layout I am working with. I have 2 projects in the docker compose file. A dotnet6 web api and a mvc web app. In the web api

OkHttpClient is not working inside Docker

I'm building server inside docker and trying to use OkHttpClient to get data but it seems not working. When I test with postman, there is nothing logged in serv

docker suprisingly persistent although it should not be

I have a docker image running for powering a wordpress site. As far as I know, Docker images are not persistent. so any change i make will be discarded once i s

Problem with Kibana login after set SERVER_BASEPATH SERVER_PUBLICBASEURL

Hi I have configured kibana with SERVER_BASEPATH and SERVERPUBLICURL but I am receiving "GET /api/licensing/info 401" and the login page is refreshed and go bac

How can you set up https basic authentication for promethues on docker

Setting up https basic authentication for Prometheus on docker

Use environment variables in CMD

Can I use environment variables in my CMD stanza in a Dockerfile? I want to do something like this: CMD ["myserver", "--arg=$ARG", "--memcache=$MEMCACHE_11211

Flutter can not connect to the docker localhost parse-server

I am trying to run a parse-server and parse-dashboard via the following docker-compose.yml docker-compose: version: '3.9' services: database: image: mong

How can I get dependabot to ignore a docker minor version

I'm trying to stay one minor version behind the latest python version, and I was hoping to use dependabot to help with that. I'm using the python slim docker im

How to setup frontail with Django and Docker

I am trying to setup Frontail to access the logs for a Django application deployed using Docker locally. Has anyone done this before? There is very little docum

3 level Port forwarding (Kubernetes Pod -> Docker Container -> Local

I use a docker container to interact with my kubernetes cluster. I run kubectl from inside the container. All works fine except when I want to port forward. I c

How to connect expo go app through docker devcontainer

problem cannot connect with my expo app to the expo simulation setup set up a devcontainer with vscode's extension. login into my expo account successful build

Reverse Nginx work with one config/location but with second not

this is my following setup raspberry pi as (home) server port-forwording 443 from rooter to my pi reverse-nginx on the pi and listen to 443 and forward the requ

Access bitnami/kafka running in minikube from local machine

I am trying to access a bitnami/kafka cluster deployed using helm. I need to be able to send messages to kafka from my local machine and then have my pods proc