Skip to main content

Questions tagged [docker]

Docker - An open platform for distributed applications for developers and sysadmins.

0 votes
1 answer
4 views

How do I add a custom template to a self-hosted Overleaf (fka ShareLatex) instance

I've started a local instance of overleaf/sharelatex and I'm trying to add a template class to the data directory so I can use it to compile a paper I'm working on, but I can't find the place to unzip ...
1 vote
1 answer
8k views

Error in docker pull (linux) "request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"

Issue type -- error When trying to pull docker containers from I am confronted with this error: Using default tag: latest Error response from daemon: Get https://registry-1.docker.io/v2/: net/...
1 vote
1 answer
47 views

Docker Desktop local Kubernetes not creating pods setup not completed

May-2024 Docker Desktop v4.30.0 I installed Docker Desktop and enabled Kubernetes. I have a config file generated in my .kube folder and it updates certificates when I click the "Reset ...
0 votes
0 answers
54 views

Confusion about setting up developer environment for mattermost

Im trying to set up developer environment for the opensource github repo for Mattermost-Server and i am confused about how to do step 4 (https://developers.mattermost.com/contribute/server/developer-...
0 votes
1 answer
84 views

How host.docker.internal works on Windows

I just want to understand why on Windows the IP of host.docker.internal is not the IP of the host, neither 172.17.0.1. How all of this works on Docker? I've already read the documentation but couldn't ...
2 votes
2 answers
112 views

Unknown commands hogging all my cpu. " ./4 -c/tmp/ ..."

this is a follow up for this issue Usually, a few hours after a restart we would get a weidly named process like this htop output Turns out it was from out docker postgresql service and the posgres ...
0 votes
1 answer
5k views

Executable not found when running docker container

I am trying to dockerize a cpp application and after i build the image in docker and run it i get an error.Error: /bin/sh: 1:home/simple/Main: not found main.cpp #include<iostream> int main(){ ...
0 votes
1 answer
4k views

How to fix when installing puppet client on centos 7 with dockerfile getting Error: Package: ruby-augeas-0.4.1-3.el6.x86_64

I'm trying to install puppet-client on docker centos-latest with this dockerfile # Base OS FROM centos # Install puppet ENV PUPPET_VERSION 3.7.3 RUN rpm --import https://yum.puppetlabs.com/RPM-GPG-...
0 votes
0 answers
12 views

Prerender.io Docker image and strange url access

I use the Prerender.io Docker image from https://github.com/tvanro/prerender-alpine?tab=readme-ov-file, and in the Docker logs, I see tons of the following URL access: 2024-06-26T15:59:32.559Z getting ...
0 votes
1 answer
67 views

How VirtualBox NIC bridging works?

I'm trying to understand somethings. General Part: I'm new on this area and I saw a video of a phisical network that told that a bridge connects two networks and knows if certain host is on the A side ...
-1 votes
1 answer
36 views

When updating Wsl I Get an Error

enter image description hereenter image description hereI have Windows 11 machines I installed docker and after installing I got an error "wsl --update" And when I run the code wsl --update ...
-1 votes
2 answers
163 views

Cannot install DDEV from PowerShell

I am trying to install DDEV from PowerShell, following these instructions: https://www.drupal.org/docs/develop/local-server-setup/windows-development-environment/installing-drupal-with-ddev-in-wsl2-on-...
5 votes
1 answer
3k views

GPG Error on APT-GET docker container (Ubuntu 22.04)

I am trying to just apt-get update on a ubuntu:22.04 docker container. On my local machine, when I spin up a new ubuntu:22.04 docker container and run apt-get update, no error occurs. However, on my ...
2 votes
1 answer
6k views

Installing Kali Linux in Docker and accessing it's GUI over the browser

so I'm pretty new to docker and all that stuff. I would like to install Kali Linux as a Docker container and access it's GUI from the browser. How do I do that? I use Portainer as a GUI for managing ...
217 votes
6 answers
421k views

How to install a specific package version in Alpine?

I have a Dockerfile to build a Docker image that is based on Alpine Linux. Now I need to install a package as part of this Dockerfile. Currently I have: RUN apk update && \ apk upgrade &...

15 30 50 per page
1
2 3 4 5
128