Explore

docker-compose ×
  • screenshot

    start a docker-compose inside kuberntes pod

    I want to start a docker compose with the cmd docker compose up inside a kubernetes...

  • screenshot

    Docker RUN: failed to resolve process when trying to build a Dockerfile

    I'm trying to build a Dockerfile with below content: FROM openjdk:8-jdk-alpine # working directory WORKDIR /opt...

  • screenshot

    Postgres docker volume doesn't attatch to container

    I've recently finished the development of my app locally and wanted to transfer to the remote...

  • screenshot

    mysqli::real_connect(): (HY000/2002): Connection refused while running multiple instances of MariaDB container in docker

    I am trying to create two instances of MariaDB database in docker (WSL-2) using two different...

  • screenshot

    CXF web service deployed with docker compose won't work

    After several years of using spring/spring boot/spring cloud. I've decided to learn from basic the Jakarta...

  • screenshot

    Secrets in Compose: Environment variable has file path as value instead of its content

    I'm trying to use Secrets with Docker Compose Here is my Docker Compose (only the relevant...

  • screenshot

    I try to build my app with docker-compose.yml and it asks for Dockerfile, even if it is never specified

    I am trying to deploy a personal project on my personal Fedora server. This is the...

  • screenshot

    Container Development: Tools and Configurations for an Effortless Workflow in Docker and Kubernetes

    The article explores tools like Docker Compose, Skaffold, and Tilt for synchronizing local changes with Docker...

  • screenshot

    Docker Compose with Java Spring Boot and Apache Kafka (KRaft without Zookeeper)

    I'm trying to send some event to topic "helloworld" from Spring Boot Producer to Apache Kafka...