I have to import data files from a user local file C:/users/saad/bdd to a docker container (cassandra), I didn't find how to proceed using docker commands. I'm
I'd like to run in a local environment a Python script which is normally run in a Docker container. The docker-compose.yml specifies an env_file which looks (pa
I created jenkins server from a docker container and trying to setup my jenkins api tokens from a dockerfile so that I don't have to regenerate from whenever I
I try to build maven project using dockerfile, but i got this error when i use command docker build /bin/sh: 1: ./mvnw: not found i had try this solution :
I am working in a CentOS 7 VM (VirtualBox, host is Windows 10) and my working directory is a shared folder. I have created a node container to develop a Nuxt.js
i'm quite new to GCP and been using mostly AWS. I am currently trying to play around with GCP and want to deploy a container using docker-compose. I set up a
I have stacked in this phase: Have local docker insecure registry and some images in it, e.g. 192.168.1.161:5000/kafka:latest Have kubernetes cloud cluster, fo
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