Skip to main content

Questions tagged [docker]

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

-1 votes
0 answers
43 views

I need help to install CakePHP. This is my code: Its to be used on h() in the code <?= require_once 'app/config/config.php'; error_reporting(E_ALL); ini_set('display_errors', '1'); $UserName = $...
QuiltedAnger's user avatar
0 votes
0 answers
31 views

I'm trying deploy openstack on cluster of VMs running Debian 12.13 bookworm. My globals.yml file configuration is: # under kolla options title: config_strategy: "COPY_ALWAYS" ...
user146046's user avatar
1 vote
1 answer
104 views

When I install Docker on a new machine, I get a version that is newer than 28.1.1. E.g. recently, the ubuntu-latest vmImage in Azure Pipelines updated Docker to 29.1.5. Then, when I login to our ...
wscherphof's user avatar
0 votes
0 answers
60 views

Following the Invidious installation, I created the following Docker Compose File services: invidious: image: quay.io/invidious/invidious:latest # image: quay.io/invidious/invidious:latest-...
navjotjsingh's user avatar
1 vote
0 answers
500 views

I've been fighting to silence the following warning for an hour now: [Warning] mariadbd: io_uring_queue_init() failed with EPERM: sysctl kernel.io_uring_disabled has the value 2, or 1 and the user of ...
silopolis's user avatar
  • 490
0 votes
0 answers
184 views

i am unable to setup fail2ban for restricting ssh Access since days. System: aarch64 with Raspberry Pi OS Fail2ban Version: latest (V1.1.0) Logging Architecture: provided by system-journal, not file ...
senior_freshman's user avatar
0 votes
0 answers
459 views

The Hawser I'm using is NOT the git Hawser. That's a different project altogether. The Dockerhand docs state I should be able to connect my Hawser host to my existing Dockerhand host as a "...
mr.zog's user avatar
  • 1,001
0 votes
0 answers
39 views

I have a debian machine with docker installed. I have a treafik container et some others like portainer all deserved by trarfik. I also installed k3d. The goal is to keep all my containers as is (...
tweetysat's user avatar
  • 113
0 votes
0 answers
47 views

Have you ever faced with similar problem? I have private VM but its VNet allows Outbound traffic to some resources through the Azure firewall. And I need to make "docker pull" working on ...
Ann's user avatar
  • 1
0 votes
0 answers
72 views

Context I let docker (29.1.4, build 0e6fee6) produce its own rules { "firewall-backend": "nftables" } and I am working on their cohabitation with my main pretty restrictive ...
zar3bski's user avatar
  • 145
0 votes
1 answer
143 views

I've added a Docker Context: $ docker context create server --docker "host=ssh://[email protected]" $ docker context use server and now when I try do build anything, it gives a weird error with ...
kolypto's user avatar
  • 11.7k
0 votes
0 answers
36 views

I'm trying to limit the access of IPs to my Docker service with iptables. Let's say my public IP is 1.2.3.4 and the range of IPs that I want to allow is 5.6.7.224/28. I don't want any other range ...
Miguel Ángel Guaita Villaseñor's user avatar
2 votes
2 answers
242 views

My preferred SQL Server home lab is in Docker on a low grade Linux laptop. I want to see how availability group secondaries react to application-aware snapshots. Transact-SQL snapshot backups make ...
J. Mini's user avatar
  • 47
-2 votes
1 answer
116 views

Environment Host: Arch Linux (Mini PC) Docker: Standard Bridge Network Networking: Tailscale (Host level) + Caddy (Containerized) Question See the context below to better understand my question! I ...
Trinket's user avatar
0 votes
0 answers
37 views

I have a container with an Apache2 web server on Debian. Logging is done via the journald driver. If an error contains Russian text, I see an escaped sequence in the logs. Example script that passes ...
rokot's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
298