Hi everyone! I'm new to buildroot, linux and docker. Im trying to create containers from buildroot's OS but I need a plugin called Buildx that helps to build with Docker. Does someone know how to add that new package to buildroot, if its already in some other buildroot's version?
I'd appreciate...
I have two docker networks:
docker network create --attachable --internal --subnet 10.241.32.0/24 nw_01_02
docker network create --attachable --internal --subnet 10.241.33.0/24 nw_02_03
I also have three docker containers:
node01 10.241.32.12 on nw_01_02
node02 10.241.32.11 on 10.241.33.11...
Hello all,
I'm running many docker-compose stack on my Server.
My Firewall show trafic from this Server to another on port 137.
How can I identify which container running on my Server doing these calls on port 137?
Thanks for your reply
Good morning,
I am very happy to be able to join this forum as a newbie on linux.
I undertook to dockerize many ubuntu server 20.04 and 22.04 VMs in order to gain resources and ease.
Currently I have dockerized (docker release 24.0.2): Apache Guacamole, Noip (DDNS), Nextcloud, AdGuardHome...
Hi guys, hope you're doing fine! After I changed my image installation folder for docker in Ubuntu 20.04 LTS using this guide explained in point 3, I encountered a problem shown in the following screenshot. After, this I changed the docker installation folder to it's default one explained in the...
Hey,
I´ve tried to create a docker for a minecraft-paper server. After long time trying the docker worked and started the .jar file for the server. The problem is now, that I cant join on the server via minecraft and I´ve opened all ports the server needs. The second and more importen problem...
vds 1: https://ibb.co/cXFjbq4
vds 2: https://ibb.co/tBWsvkK
I configure iproute2 with this script https://pastebin.com/nxgJAMbF , I run the script on vds 2, on vds 1 I drive
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 25565 -j DNAT --to 10.228.228.2:25565
iptables -t nat -A PREROUTING...
I want to simply run the long command below.
docker ps -a --format "table {{.Images}}\t{{.Ports}}"
export view='docker ps -a --format "table {{.Images}}\t{{.Ports}}"'
echo $view
result
But When I run the real variable, I get an error
$view
Result end Error code
"docker ps" accepts...
Dear Community
As it's my first post, hello everyone and thanks for having me.
I'm an beginner/intermediate Linux user and I'm working on a project that requires me to launch 4 containers, but they need to be seen by the WIFI router as separate machines.
I've got usb 4 wlan interfaces and I...
I would like to build a small infrastructure entirely under Linux. For the LDAP and file server part I would like to set up a Docker server that will host the OpenLDAP and Owncloud containers. I would like to have a 10.10.15.0/24 network for my Docker server and its containers.
This will give ...
Hello everyone!
In a Linux computer, I have a docker that is running an HTTPS server on an internal IP: 192.168.1.164.
Let's suppose the Linux computer has a public IP of 14.14.14.14 (running on interface eno1).
I want to acceess the HTTPS server from another computer in the same network. To...
I'm very new to Linux and I'm a programmer (PHP, Python, Javascript) and I have used Docker, XAMPP for my Web design projects on windows.
recently I switched to Linux (Ubuntu) and I need web server for working on my projects and I'm a little confused since I see that XAMPP is available for...
Hello!
I am new to Linux, and i need to create / install a docker which can launch an interface xfce linked to my linux folder (for example to launch an Python IDE).
Problem : i don't know how to do at all. I installed docker, and alors x11docker/xfce, but this is what i got as answer.
xorg...
Good day All,
I am not sure if this is the correct place to post this but here goes. I am currently running Ubuntu Server 20.04 LTS on my server at home. I have tried different types of game server managers for linux but found some of them to have very little control or be too difficult to use...
Hi,
I have a scenario where a normal user process needs to call docker stats command, which is an elevated (root) call. The idea is to write a simple helper binary that adds the appropriate caps to the inheritable and ambient sets (and then set the caps on the binary from a setup script that...
Hello, I need to install R-4.0.2 on docker image python:3.8.5-buster. When executing make check command 2 errors will arise, and I don't know how to solve. The error message is:
running code in 'reg-packages.R' ...make[3]: *** [Makefile.common:108: reg-packages.Rout] Error 1...
Hello,
I have the following setup using a Docker environment and a Wirguard Server.
The Docker environment is composed by three Services (VPN, Service A, Service B) each with their separate image. They all share a common Docker Network.
In Addition the VPN Service runs a wireguard server...
I ran into a issue when I’m not able to run Teamviewer (GUI) inside a container. Does anyone experienced this issue and have some solution? Or maybe know how to fix it? I was able to use Teamviewer outside of docker container without any issue. Any help is highly appreciated.
I'm using Ubuntu...
Hi,
I've just built my new Home Assistant / Shinobi CCTV / Jellyfin server and it's running Debian 10. To easily access the media files / security footage, which are stored on a 3TB hard drive separate from the NVMe boot SSD I'd want to set up some samba shares, so i found a promising docker...