Category "docker"

Apache Druid - docker build for arm architecture

I'm trying to run Apache Druid on M1 Mac with an ARM 64 processor as docker containers. This works fine as it runs via emulation. But I've encountered two issue

Error when login to Docker container using Molecule

I have this Molecule configuration: --- dependency: name: galaxy driver: name: docker platforms: - name: instance1 image: docker.io/pycontribs/centos:

Command timed out errors while RabbitMQ is running on Azure container instance

I'm using rabbitmq:3-management docker image on Azure container instance with the following path mounted on Azure storage account /var/lib/rabbitmq/mnesia Somet

Pass build argument to bash command in Dockerfile

Currently, my workflow is to use an alias for the jupyter lab command via RUN echo 'alias...' at the end of my Dockerfile: RUN echo 'alias jupyterlab="jupyter l

Docker not found when building docker image using Docker Jenkins container pipeline

I have a Jenkins running as a docker container, now I want to build a Docker image using pipeline, but Jenkins container always tells Docker not found. [simple

Docker compose - restrict internet access, allow egress only through proxy

I am trying to replicate restricted production environment on my local development environment using Docker compose. Application containers shouldn't be able to

PHP Xdebug, VSCode, Docker & MacOS - debugger not disconnecting

I've encountered a weird problem that seems to have either started appearing when the Xdebug extension was updated or Visual Studio Code received an update. Whe

PHP Xdebug, VSCode, Docker & MacOS - debugger not disconnecting

I've encountered a weird problem that seems to have either started appearing when the Xdebug extension was updated or Visual Studio Code received an update. Whe

How to use Github Actions with a Docker container with a different architecture

I would like to automate the building of an application I am writing. I want to build it for ARM64/v8 (aarch64) and amd64 (x86). I successfully created a Github

connection refused deploying elasticsearch on kubernetes

I'm trying to deploy elasticsearch on kubernetes. When I login to the docker container with kubectl exec -c elasticsearch -ti elasticsearch-0 -- bash and run c

Visual Studio 2019 - Docker 4.1.1 - Web App Stops Working After Adding Container Orchestration

This is sort of strange. As soon as I add docker orchestration in Visual Studio 2019 my Web Application stops working. These are the exact steps that I am takin

Docker Container doesn't run after creating an image

I'm very new to Docker, so apologies for my lack of knowledge. The Docker I'm creating is for a Python Django project. I'm also using Celery, RabbitMQ, and MySQ

Block Docker container ports with iptables/firewalld

I have an docker-compose deployment with a container, e.g.: version: "3" services: web: image: nginx ports: - "8080:80" Docker version is 20.10.

Issuing a command within a docker container to kill it

I'd like to use a bash script within a container to check if the service is running. I will call this script from docker-compose using the Healthcheck function,

how to specify -v /var/run/docker.sock in ECS Task Definition - Container Definition in AWS

How do i specify -v /var/run/docker.sock to a container definition in task definition in AWS ECS using EC2 instances? I need to run docker commands inside a doc

Docker Desktop with Docker Compose usage

All we have such a dashboard in Docker Desktop, where we can look at containers that were started with Docker-Compose. At the picture below I have 3 containers

Docker and Node .mjs files

I have an express application with all the JS files using the *.mjs extension. So, to start the server I do node index.mjs and it works as expected. Now I'm try

Custom Lambda image - getting aws-lambda-ric error when trying to run Lambda

I've build a NodeJS project, which I need to run on a custom Docker image. This is my Dockerfile: FROM public.ecr.aws/lambda/nodejs:14-x86_64 # Create app dire

RabbitMQ not working when services are dockerized

So I have 2 services. Kweet (which is a tweet) and User. When I run the 2 services manually + rest of the services in docker, it works. Rest of services include

NodeJS Typeorm doesn't see host in docker

I have 2 dockers composes. 1 implements an infrastructure with a reverse proxy, databases, database admins, etc. version: '3.7' volumes: mysql80_volume: