Skip to main content

Questions tagged [docker]

Docker is an open source project that automates the deployment of applications inside software containers.

0 votes
1 answer
36 views

FleetDM deployment

Has anyone deployed a FleetDM instance locally? I've tried both their (now apparently outdated) CentOS deploy steps and also docker composeing the official image, combined with MySQL and Redis. My ...
Inaimathi's user avatar
  • 131
0 votes
0 answers
16 views

Automatically add ldap-users to docker-group on Ubuntu 24.04

Many of our students log into our lab-computers (running Ubuntu 24.04) via LDAP. This works perfectly. I've also edited /etc/adduser.conf regarding EXTRA_GROUPS and ADD_EXTRA_GROUPS, so that every ...
user1511417's user avatar
0 votes
0 answers
21 views

How to make nvidia.com/gpu available in a Kubernetes node?

when i describe node, there is no gpu resource, why? Capacity: cpu: 48 ephemeral-storage: 574137520Ki hugepages-1Gi: 0 hugepages-2Mi: 0 memory: ...
shizhouhu's user avatar
0 votes
0 answers
34 views

Unable to access application running in docker container using localhost or 127.0.0.1 in WSL2

Windows 11 dev environment on Ubuntu. Attempting to use an application running on a Docker container using localhost:8080 fails: curl localhost:8080 curl: (56) Recv failure: Connection reset by peer ...
Patrick Horne's user avatar
0 votes
0 answers
15 views

How to set-up SFTP for Pure-FTPd server in a container?

I have an issue, which I'm not getting right in my head and in the configs. On my server a variety of services are running as (Docker) containers. Also a Pure-FTPd server (using https://hub.docker.com/...
gerry's user avatar
  • 101
0 votes
0 answers
16 views

Deploy artifactory to openshift with PostgreSQL data base config with Dockerfile

I'm trying to run artifactory-oss in openshift with configuration of PostgreSQL database . I have the following Dockerfile, which I build using kaniko in the GitLab CI/CD pipeline: FROM docker.bintray....
Andriy's user avatar
  • 115
0 votes
1 answer
28 views

How do I install python into debian bookworm?

I'm trying to install python into a debian container and for some reason that very simple thing isn't behaving as I expected. The base image that I'm using is mr.microsoft.com/devcontainers/base:...
jamiet's user avatar
  • 103
-1 votes
0 answers
30 views

Subdomains only work sometimes when accessing homeserver in local network [migrated]

i'm in the process of setting up a little homeserver for my family on a 1L pc. Its running debian and a couple of docker containers like immich, jellyfin and paperless-ngx. The server should be ...
dowhilefor's user avatar
1 vote
1 answer
37 views

Docker networking, I do not understand this way of access the docker host machine from the container

I have a docker container, started with the default bridged network, info: "Networks": { "bridge": { ... "Gateway": "172.17.0.1", ...
g.pickardou's user avatar
0 votes
1 answer
79 views

Cant access to macvlan from synology vpn

Im using docker in a synology. I've created a macvlan network where reside all containers, and a bridge network to connect the macvlan with the LAN with a static route. When i am in LAN, i can access ...
ahdezp's user avatar
  • 1
0 votes
0 answers
27 views

Reverse proxy to container is looking for static files outside of the container

I have a website running through a docker container, and I've created a VirtualHost in the host's that is doing a reverse proxy to it, it looks something like this: <VirtualHost *:80> ...
ggahni's user avatar
  • 1
0 votes
1 answer
51 views

dump a pod from kubernetes

I have a docker image running in Kubernetes that I suspect to contain a malicious code, unfortunately I can't download it directly from the docker hub as there is a restriction on where it can be ...
Barttttt's user avatar
  • 123
0 votes
0 answers
20 views

How to securely upload multiple SSL certificates to remote server with CircleCI and Docker

I'm working on a DevOps workflow using CircleCI for deployments and Docker for containerized applications. I need to automate uploading Let's Encrypt SSL certificates (multiple certificates possible) ...
Akrash Nadeem's user avatar
0 votes
0 answers
14 views

docker stats stopped working

This morning docker stats was working fine. But now I get: CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS 84d1fc988d3f root-adminer-...
Harley's user avatar
  • 101
0 votes
1 answer
111 views

Docker containers fail all SSL operations

I have docker-ce installed on a Debian machine. I'm stuck with some strange behavior where the containers are unable to fetch anything nor make some requests. root@machine:~# docker run --rm -it ...
gbrl's user avatar
  • 109

15 30 50 per page
1
2 3 4 5
292