I am using Docker and Docker-Compose on Ubuntu 20. The application I am deploying on container is using Tensorflow. Docker-Compose build is able to be executed
From my understanding, docker compose is the latest version. This is the one at least I installed from docker official documentation. I am working on a project
I am trying to set up a Hyperledger Fabric Network with Hyperledger Explorer. I spin up a VM on the digital ocean cloud with ubuntu OS. From there, I spin up 3
I start docker sudo service docker start then I try to run dockerd sudo dockerd it shows the following error: INFO[2021-11-21T19:25:52.804962676+05:30] Start
project └───app │ │ ... │ │ Dockerfile │ │ └───prod.env └
I'm trying to understand how to implement https with grafana/caddy in docker compose without a domain name. Currently, I access grafana via http://xx.xxx.xx.xx:
I'm trying to use xdebug 3 with docker on ubuntu 20.04, but I'm not getting success, xdebug does not enter the interruption point, I already searched for everyt
I'm trying to deploy docker image in Azure web app with privileged option. But I don't know how to customize docker run command in Azure web apps.
I'm new to m1 macbook and face an issue with running my docker-compose which looks like this: version: "3.7" services: search: platform: linux/x86_64
my deploy script is as follows: - name: Log in to GitHub Packages run: echo ${PERSONAL_ACCESS_TOKEN} | docker login ghcr.io -u ${{ secrets.NAMESPACE }} --
I'm trying to build a docker image for my java file on my M1 max MacBook, my dockerfile: FROM openjdk:8-alpine COPY . /src/java WORKDIR /src/java RUN ["javac","
I try to run Vault with docker-compose on Virtual machine ubuntu 20.04 ( ip : 192.168.56.9 ). Without the https, already works fine, but when I try to put vault
Is there a way to avoid restarting a service on a docker-compose up when the image version declared in the service definition has changed but the underlying has
After I make any code change, my typical development steps are: Change code and build the jar file Build docker image that consumes the jar file Kill current "d
I am using Celery,RabbitMq,FastAPI,docker to develop a application.This is my docker-compose-yml. services: rabbitmq: container_name: rabbitmq
I have setup an ECS Cluster and I'm using ECS CLI to create services/tasks from my existing docker-compose file. This is how my compose file looks like: version
I have been try to run Zookeeper and Kafka on Docker container. I got a lot of errors [error occurred during error reporting , id 0xb] and [Too many errors, abo
We run a build process that compiles multiple artifacts from a large codebase. On a decent spec i7 with SSDs this takes ~20 minutes, however when I shift to usi
I have setup a gitlab-ci build with the architecture illustrated below. (source: gitlab.com) . The listener container is unable to communicate with the postgres
I'm facing a big challenge. Trying run my app on 2 VPS in docker swarm. Containers that use volumes should use shared volume between nodes. My solution is: Use