I have an application I'm creating a docker image for, the image is created but when I run it the container errors saying it cannot find the executable file. He
any idea how can i install the php Ldap extension in dockerfile FROM php:7.2-fpm-alpine i tried the following RUN docker-php-ext-configure ldap --prefix=/usr/
Before I added bcrypt to my package.json, everything was working fine. Now, I get the error message below. This is an excerpt of my package.json: "dependenc
To be able to push notifications via WebSockets from PHP using Ratchet, I need to install ZeroMQ as stated in the documentation. However I didn't find any infor
We work on many machines, direct or via SSH, not on all machines we are using the same keyboard layout. I found solutions for ArchLinux and Ubuntu (and Windows)
Size of the images golang and alpine vary by around 300Mb. What are the advantages of using golang image instead of plain alpine?
I work in a large enterprise that mostly deploys Alpine-based images running Java SpringBoot services, to k8s v1.13.12 on prem. We are starting to move to Azure
I am using adoptopenjdk/openjdk11:alpine-jre base image for java and trying below instruction inside my Dockerfile, RUN wget -O dd-java-agent.jar "https://repos
I want to add terraform version 0.12.21 in an alpine container, but I can only add 0.11.0 using apk. If I try to add it as the desired version I get the follow
I am trying to run chrome using Python and selenium in a Docker container running alpine. It was running fine until one day when it started throwing the followi
TL;DR: After installing my CA in a Docker container from image eclipse-temurin:8-jre-alpine I still get javax.net.ssl.SSLHandshakeException: Received fatal aler
I have the following Dockerfile: FROM python:3.7-alpine WORKDIR /msa-app/ EXPOSE 3000 ENV LD_LIBRARY_PATH="/usr/local/lib" ENV LD_RUN_PATH="/usr/local/lib" E
So I have used the default docker for testcafe which on docker hub is testcafe/testcafe and I have to run a few testcafe scripts. However, I need the screens
I am running Docker through Docker Desktop on a MacOS, and I am having a lot of trouble installing packages in my container because it is being unable to verify
There is a container in my Kubernetes cluster which I want to debug. But there is nonetstat, no ip and no apk. Is there a way to upgrade this image, so that the
I need to configure a vxlan interface on a docker container that runs our router service. Is it possible to add an interface to a docker container? This is base
The MRE below should be enough to explain what I'm trying to do. Google doesn't help as it seems to be a unique error, which surprised me since Alpine & PyT