I have an ARM64-based Synology NAS device and have been trying to set up Docker on it using the instructions found here: Can I install Docker on arm8 based Syno
To build a certain image I need to create a tunnel and make docker use this tunnel as a socks5 proxy (to use the proxy for DNS too). So now i've got several pr
I am using docker mongo with my aspnet core application but I am unable to make connection with mongodb which is running under container. Although I am able to
I'm trying to set up a simple MLflow tracking server with docker that uses a mysql backend store and S3 bucket for artifact storage. I'm using a simple docker-
After stopping docker it refused to start again. It complaint that another bridge called docker0 already exists: level=warning msg="devmapper: Base device alre
I am trying to build a docker image containing Python 2 on my mac (High Sierra). Here is the docker file. (build command: docker build -t integration_test .) F
In docker, how to scope with the requirement of configuring known_hosts, authorized_keys and ssh connectivity in general, when container have to talk with exter
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.