I have scripts that collect data all the time on Google Cloud VMs, but there are times when I have more or less data to collect, so I need to volatile and autom
I have several docker containers with some web applications running via docker compose. One of the containers is a custom DNS server with Bind and Webmin instal
My CDK stack with a Fargate task won't start, tasks stop directly with the error: "standard_init_linux.go:228: exec user process caused: exec format error" I
Expected behavior Being able to make HTTPs calls from within the container Actual behavior System.InvalidOperationException: IDX10803: Unable to obtain config
I am using a base.env as an env_file for several of my docker services.In this base.env I have several parts of the environment variable that repeat throughout
How can I have python3.6 in tensorflow docker images. All the images I tried (latest, nighty) are using python3.5 and I don't want to modify all my scripts.
I need both java and python in my docker container to run some code. This is my dockerfile: It works perpectly if I don't add the FROM openjdk:slim #get pyth
This is how I try to make use of Github Actions in relation to the project being built in Docker. I have look on this site here: How do I specify the dockerfile
I have the problem with installing node_modules inside the Docker container and synchronize them with the host. My Docker's version is 18.03.1-ce, build 9ee9f40
I’m a student and I’m studying in GitHub Actions with using Docker. When I build and push codes at GitHub, there was a problem. the problem is below
I am trying to run the containernet_example.py file (where I modified the 2 docker image hosts with my docker images) with ONOS as the controller for my topolog
I am using laravel-websocket successfully in local and staging environment. However, when in production, I get the error WebSocket connection to '<URL>' f
How to use other service in the Docker-Compose to be paired with the {ServicePort}? I only want a web-server(like Nginx) service to be exposed. How can I point
I've recently download the busybox image from dockerhub busybox:glibc - Debian, and notice that apt-get is not available on this distribution. I tried to instal
When I run docker-compose up in my Docker project it failes with the following message: Error starting userland proxy: listen tcp 0.0.0.0:3000: bind: address a
I'm following the following tutorial on how to start a basic nginx server in a docker container. However, the example's nginx docker container runs on localhost
Ubuntu 18.04. I am using odoo docker files docker-compose: version: '3.7' services: web: build: ./build # image: odoo:13.0 # user: root depen
I have set database with postgresql and docker, now when I want to access to my database I have this connection error saying password authentication failed for
When I run the below setup with Docker locally on my mac everything works fine. But same setup does not work on Jenkins running on Ubuntu 16.04 ChromiumHeadle
I've been working with Linux containers for several years. I am surprised that I wasn't able to find a thread about this question. Scenario: I've just added a n