Category "docker"

How do I deploy a dev container without running every other service?

Below is a docker-compose.yml from Visual Studio Code "Go & PostgreSQL" development container preset (original avaiable here): version: '3.8' volumes: po

Unable to download SQL Server on M1 Mac

I have been trying to download SQL Server on my Mac with an Apple Chip. I've been following the steps that include downloading docker and entering code into my

microdnf shows librhsm-WARNING Found 0 entitlement certificates

Problem I am trying to install nmap-ncat package into a container created with this image by microdnf pkg-manager. I run microdnf update microdnf -y install nma

Cannot use wkhtmltopdf in Docker image php:8.0-fpm-alpine

I am using php:8.0-fpm-alpine3.14 Docker image in which I have a Sylius project and I would like use wkhtmltopdf, so I followed these links: https://sasablagoje

Path Error running AdonisJS in production via Docker

I'm getting a path error from require-ts and I have no idea how to determine what I'm missing. The app works fine locally using node ace serve but not within do

Why can't my airflow webserver initialize properly?

When I create a dummy DAG following the Apache guide to airflow in Docker and run docker-compose up, the webserver container repeatedly fails and restarts with

Connecting filebeat to elasticsearch using docker: Connection refused

I am new to the forum as well as elk stack. I tried setting up the elk stack using docker.I was successful and then I added filebeat to the compose file. Ever s

Docker bash shell script does not catch SIGINT or SIGTERM

I have the following two files in a directory: Dockerfile FROM debian WORKDIR /app COPY start.sh /app/ CMD ["/app/start.sh"] start.sh (with permissions 755 u

unable to locate package "software-properties-common" docker image

I am trying to create an ubuntu focal image using docker file. I have this line in my dockerfile: FROM ubuntu:focal AS systemdependencies RUN apt update \

confluentinc/cp-kafka docker log4j warnings

docker pull confluentinc/cp-kafka I use this code to pull the kafka image. Then, use the following to start the containers. docker run --rm -d --name kafka-se

How to create cronjob using open-shift UI to call shell script file

Can we create cronjob to make a simple shell script call without image, template information in the YAML file For example : I have simple shell script which jus

How to create users and passwords for Jenkins using JCASC

I am trying to create a user and password for Jenkins using JCASC. I can set up Jenkins however when I go to the GUI on my local host I do not see any users.

Error when running mongo image - docker-entrypoint.sh: line 381

After installing Ubuntu v20 and then installing docker: $ docker network create test-network $ docker pull mongo $ docker run --network test-network --name mo

how does docker-swarm expose port?

After I deploy a docker application using docker-swarm, the application is accessible from $mac-host-ip:8481, and then I noticed the following from my host (Mac

Docker: Apache in Apple Silicon M1

I have a docker-compose.yml file: version: '1' services: mariadb: image: 'docker.io/bitnami/mariadb:10.3-debian-10' ports: - '3307:3306' vol

Proxy server nginx config - 502 bad gateway error

I have a fastapi as backend and an html file as a frontend which are supposed to be running on docker. Here are my file structure: C:. | docker-compose.yaml |

"Invalid Host header" error when access AWS ECS through load balancer

I used AWS ECS to deploy my docker app and after successful deployment I can access to the application with public IP address given without any problem. But whe

Unable to import mlflow, getting ModuleNotFoundError: No module named 'mlflow'

Unable to import mlflow in a .py script. ModuleNotFoundError: No module named 'mlflow' The script runs in a python:3.7-stretch Docker container Use requirement

Install Diesel error (3 errors) - failed to compile 'diesel_cli v1.4.1'

I'm trying to install database migration utility on my machine and run into multiple errors when trying to run in Powershell. Postgres 13 running I've installed

Create and deploy Micronaut AWS Lambda GraalVM Native Image CRUD Application to handle APIGatewayV2HttpEvent by delegating to Controller

I am trying to deploy (via Docker) a CRUD Micronaut AWS Lambda (Function/Application?) that should handle APIGatewayV2HTTPEvent requests and should compile into