Category "docker"

How to copy Docker images from one host to another without using a repository

How do I transfer a Docker image from one machine to another one without using a repository, no matter private or public? I create my own image in VirtualBox,

Gitlab Runner Image with GCP credentials

I am trying to teach my Gitlab Runner image to get custom builder images from my private Docker Registry (GCR running in the Google Cloud). What did not work o

How can I change the hosts file in windows docker container

In our solution we want to connect our Edge module to the servicebus of a host on a different network. The dns server is not allowed (per design) to have the d

Can I run Docker in a Virtual Machine?

I tried to run Docker on a virtual machine. Host : MacBook VM : Parallels Windows 7 And error occurs: Is it possible?

Apache 403 Forbidden You don't have permission to access / on this server

I am new to Docker and Apache and am trying to execute a very simple program that would display a web page on my localhost. However, I keep getting a 403 Forbid

creating db and tables in a dockerized Clickhouse instance from docker-compose file

My requirement is to create DB and Tables in Clickhouse when I'm bringing it up using docker-compose. If it is mysql, I do it as below : mysql_1: image:

ERROR: In file './docker-compose.yml', service 'volumes' must be a mapping not an array

My docker-compose.yml looks like the below and I am trying to follow the compose file from the docker registry documentation here. When i run docker-compose up

Node Docker routines:tls_process_ske_dhe:dh key too small

I've been googling this error for the past two days, but none of the solutions seem to help. I've build a simple NodeJS server that makes an external API call w

Canonical way to checksum downloads in a Dockerfile?

I'm creating a Dockerfile that downloads, builds, installs node.js from source. I'd like to checksum the download before building it, and stop or exit the Dock

Docker (compose) send to daemon mode without restart

Quite often, when I start my docker-composed app, I like to check that everything started correctly and everything's fine. So I do docker-compose up, look at t

Docker: can't run hello-world. Windows 10

I'm a newbie in docker. I try to run $ docker run hello-world And I got this error: $ docker run hello-world Unable to find image 'hello-world:latest'

Syntax highlighting for Dockerfile in Sublime Text?

Is it possible to get syntax highlighting for a Dockerfile in Sublime Text?

Docker-Compose file has yaml.scanner.ScannerError

compose.yml file, which looks like this: version: '2' services: discovery-microservice: build: discovery-microservice context: /discovery-microserv

Could not translate host name "db" to address using Postgres, Docker Compose and Psycopg2

In one folder I have 3 files: base.py, Dockerfile and docker-compose.yml. base.py: import psycopg2 conn = psycopg2.connect("dbname='base123' user='postgres'

Do I need to create my own nginx.conf file to run this docker-composer.yml file succesfully?

I am trying to get a nextcloud + mariadb + nginx docker-compose up and running locally, but I am stuck when it comes to the nginx.conf file. I am following this

Data not updated on the remote machine after making git pull origin master, pipeline bitbucket

I got this pipeline and a runner on my remote machine bitbucket_pipeline.yml: image: rust pipelines: branches: master: - step:

Mount host directory with a symbolic link inside in docker container

I mounted the container with this parameter: -v /home/test/:/home/test Inside /home/test in the host there is a symbolic link pointing to a /mnt/ folder.

docker-compose volume on node_modules but is empty

I'm pretty new with Docker and i wanted to map the node_modules folder on my computer (for debugging purpose). This is my docker-compose.yml web: build: .

minikube does not start on ubuntu 20.04 LTS. Exiting due to GUEST_PROVISION

I am trying to setup minikube in a VM with ubuntu desktop 20.04 LTS installed, using docker driver. I've followed the steps here, and also taken into considerat

Docker & Postgres: Failed to bind tcp 0.0.0.0:5432 address already in use

Problem I'm trying to start postgres in a docker container on my Mac, but I keep getting the following error message docker: Error response from daemon: driver