I am trying to set up a docker-compose file where I have 2 services. There is a RabbitMQ broker and a publisher/consumer. In the code of the publisher/consumer, I set the connection up开发者_StackOver
Using Kubernetes, exactly the kubectl apply -f ./auth.yaml statement, i\'m trying to run a Authorization Server in a pod, but when I check out the logs, this show me the following error:
I have a couple of docker containers within a network. A container with a frontend react project and another container with a Rails API. I\'m looking to make a request from the react project container
container: mcr.microsoft.com/windows:1809 use odt to install office365 in container. then use this command to open ppt with no response(open function not return)
I\'ve created docker images with opam before but idk why this one is not working. I start from a image that already has opam but that doesn\'t seem to work, Dockerfile:
I have two containers running to run prestashop and another for mysql, I raise them using docker-compose, and I access with localhost:8081 from the browser without problems. Then I need another contai
I\'m very new to docker.I\'m using docker and pandas to read csv file and insert into db. Dockerfile: FROM python:3.8
I have an ubuntu 18.04 running on a metal server. My docker working good but one day i can not build new docker image, my build script hang without showing any error (the script working good before).
I am completely new to linux and docker so please be patient and will greatly apreciate an easy to understand anwser. I am following this guide: https://degauss.org/using_degauss.html and I am at the
I have a docker heartbeat container up and running from where a connection should be made towards an ipv6 endpoint.