Add comprehensive Future-Proof Scalability migration playbook and scripts
- Add MIGRATION_PLAYBOOK.md with detailed 4-phase migration strategy - Add FUTURE_PROOF_SCALABILITY_PLAN.md with end-state architecture - Add migration_scripts/ with automated migration tools: - Docker Swarm setup and configuration - Traefik v3 reverse proxy deployment - Service migration automation - Backup and validation scripts - Monitoring and security hardening - Add comprehensive discovery results and audit data - Include zero-downtime migration strategy with rollback capabilities This provides a complete world-class migration solution for converting from current infrastructure to Future-Proof Scalability architecture.
This commit is contained in:
@@ -0,0 +1,254 @@
|
||||
Starting Fast Comprehensive Discovery on lenovo420 at Sun Aug 24 11:28:18 AM EDT 2025
|
||||
Output will be saved in /tmp/system_audit_lenovo420_20250824_112818
|
||||
-----------------------------------------------------
|
||||
|
||||
=====================================================
|
||||
>= OS Information
|
||||
=====================================================
|
||||
Running command: cat /etc/os-release
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/os_info.txt
|
||||
Successfully captured OS Information.
|
||||
|
||||
=====================================================
|
||||
>= CPU Information
|
||||
=====================================================
|
||||
Running command: lscpu
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/cpu_info.txt
|
||||
Successfully captured CPU Information.
|
||||
|
||||
=====================================================
|
||||
>= Memory Information
|
||||
=====================================================
|
||||
Running command: free -h
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/memory_info.txt
|
||||
Successfully captured Memory Information.
|
||||
|
||||
=====================================================
|
||||
>= Disk Usage
|
||||
=====================================================
|
||||
Running command: df -h
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/disk_usage.txt
|
||||
Successfully captured Disk Usage.
|
||||
|
||||
=====================================================
|
||||
>= Storage Layout
|
||||
=====================================================
|
||||
Running command: lsblk -a
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/storage_layout.txt
|
||||
Successfully captured Storage Layout.
|
||||
|
||||
=====================================================
|
||||
>= Network Interfaces
|
||||
=====================================================
|
||||
Running command: ip addr show
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/network_interfaces.txt
|
||||
Successfully captured Network Interfaces.
|
||||
|
||||
=====================================================
|
||||
>= Routing Table
|
||||
=====================================================
|
||||
Running command: ip route
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/routing_table.txt
|
||||
Successfully captured Routing Table.
|
||||
|
||||
=====================================================
|
||||
>= DNS Configuration
|
||||
=====================================================
|
||||
Running command: cat /etc/resolv.conf
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/dns_config.txt
|
||||
Successfully captured DNS Configuration.
|
||||
|
||||
=====================================================
|
||||
>= PCI Devices
|
||||
=====================================================
|
||||
Running command: lspci
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/pci_devices.txt
|
||||
Successfully captured PCI Devices.
|
||||
|
||||
=====================================================
|
||||
>= USB Devices
|
||||
=====================================================
|
||||
Running command: lsusb
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/usb_devices.txt
|
||||
Successfully captured USB Devices.
|
||||
|
||||
=====================================================
|
||||
>= RAID Status
|
||||
=====================================================
|
||||
Running command: cat /proc/mdstat || echo 'No software RAID'
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/raid_status.txt
|
||||
Successfully captured RAID Status.
|
||||
|
||||
=====================================================
|
||||
>= Firewall (iptables)
|
||||
=====================================================
|
||||
Running command: sudo iptables -L -n
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/firewall_iptables.txt
|
||||
Successfully captured Firewall (iptables).
|
||||
|
||||
=====================================================
|
||||
>= Firewall (UFW)
|
||||
=====================================================
|
||||
Running command: sudo ufw status verbose
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/1_infrastructure/firewall_ufw.txt
|
||||
Successfully captured Firewall (UFW).
|
||||
|
||||
=====================================================
|
||||
>= Docker Information
|
||||
=====================================================
|
||||
Running command: docker info
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/2_services/docker_info.txt
|
||||
Successfully captured Docker Information.
|
||||
|
||||
=====================================================
|
||||
>= Docker Images
|
||||
=====================================================
|
||||
Running command: docker images
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/2_services/docker_images.txt
|
||||
Successfully captured Docker Images.
|
||||
|
||||
=====================================================
|
||||
>= Docker Containers (All)
|
||||
=====================================================
|
||||
Running command: docker ps -a
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/2_services/docker_ps.txt
|
||||
Successfully captured Docker Containers (All).
|
||||
|
||||
=====================================================
|
||||
>= Docker Networks
|
||||
=====================================================
|
||||
Running command: docker network ls
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/2_services/docker_networks.txt
|
||||
Successfully captured Docker Networks.
|
||||
|
||||
=====================================================
|
||||
>= Docker Volumes
|
||||
=====================================================
|
||||
Running command: docker volume ls
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/2_services/docker_volumes.txt
|
||||
Successfully captured Docker Volumes.
|
||||
|
||||
=====================================================
|
||||
>= Docker Container Details
|
||||
=====================================================
|
||||
Inspecting container: portainer_agent
|
||||
Inspecting container: duckdns
|
||||
Inspecting container: openwakeword
|
||||
Inspecting container: wyoming-whisper
|
||||
Inspecting container: omni-tools
|
||||
Inspecting container: sad_moser
|
||||
Inspecting container: watchtower-watchtower-1
|
||||
|
||||
=====================================================
|
||||
>= Finding Docker Compose files (optimized search)
|
||||
=====================================================
|
||||
|
||||
=====================================================
|
||||
>= Systemd Services (Enabled)
|
||||
=====================================================
|
||||
Running command: systemctl list-unit-files --state=enabled
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/2_services/systemd_enabled_services.txt
|
||||
Successfully captured Systemd Services (Enabled).
|
||||
|
||||
=====================================================
|
||||
>= Systemd Services (Running)
|
||||
=====================================================
|
||||
Running command: systemctl list-units --type=service --state=running
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/2_services/systemd_running_services.txt
|
||||
Successfully captured Systemd Services (Running).
|
||||
|
||||
=====================================================
|
||||
>= NFS Exports
|
||||
=====================================================
|
||||
Running command: showmount -e localhost || echo 'No NFS exports'
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/3_data_storage/nfs_exports.txt
|
||||
Successfully captured NFS Exports.
|
||||
|
||||
=====================================================
|
||||
>= Mounted File Systems
|
||||
=====================================================
|
||||
Running command: mount
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/3_data_storage/mounts.txt
|
||||
Successfully captured Mounted File Systems.
|
||||
|
||||
=====================================================
|
||||
>= Searching for critical data directories (optimized)
|
||||
=====================================================
|
||||
|
||||
=====================================================
|
||||
>= User Accounts
|
||||
=====================================================
|
||||
Running command: cat /etc/passwd
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/4_security/users.txt
|
||||
Successfully captured User Accounts.
|
||||
|
||||
=====================================================
|
||||
>= Sudoers Configuration
|
||||
=====================================================
|
||||
Running command: sudo cat /etc/sudoers
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/4_security/sudoers.txt
|
||||
Successfully captured Sudoers Configuration.
|
||||
|
||||
=====================================================
|
||||
>= SSH Daemon Configuration
|
||||
=====================================================
|
||||
Running command: sudo cat /etc/ssh/sshd_config
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/4_security/sshd_config.txt
|
||||
Successfully captured SSH Daemon Configuration.
|
||||
|
||||
=====================================================
|
||||
>= Last Logins
|
||||
=====================================================
|
||||
Running command: last -a | head -50
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/4_security/last_logins.txt
|
||||
|
||||
=====================================================
|
||||
>= Open Ports
|
||||
=====================================================
|
||||
Running command: sudo ss -tuln
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/4_security/open_ports.txt
|
||||
Successfully captured Open Ports.
|
||||
|
||||
=====================================================
|
||||
>= Cron Jobs (System)
|
||||
=====================================================
|
||||
Running command: sudo cat /etc/crontab || echo 'No system crontab'
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/4_security/crontab_system.txt
|
||||
Successfully captured Cron Jobs (System).
|
||||
|
||||
=====================================================
|
||||
>= User Cron Jobs
|
||||
=====================================================
|
||||
|
||||
=====================================================
|
||||
>= Current Processes
|
||||
=====================================================
|
||||
Running command: ps aux
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/5_performance/processes.txt
|
||||
Successfully captured Current Processes.
|
||||
|
||||
=====================================================
|
||||
>= Uptime & Load
|
||||
=====================================================
|
||||
Running command: uptime
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/5_performance/uptime.txt
|
||||
Successfully captured Uptime & Load.
|
||||
|
||||
=====================================================
|
||||
>= Network Stats
|
||||
=====================================================
|
||||
Running command: netstat -s || ss -s
|
||||
Outputting to: /tmp/system_audit_lenovo420_20250824_112818/discovery/5_performance/netstat.txt
|
||||
Successfully captured Network Stats.
|
||||
|
||||
=====================================================
|
||||
>= Collecting 30-second performance sample
|
||||
=====================================================
|
||||
|
||||
=====================================================
|
||||
>= Packaging Results
|
||||
=====================================================
|
||||
-----------------------------------------------------
|
||||
Fast comprehensive discovery complete.
|
||||
Results packaged in /tmp/system_audit_lenovo420_20250824_112818.tar.gz
|
||||
Log file: /tmp/system_audit_lenovo420_20250824_112818/discovery.log
|
||||
@@ -0,0 +1,44 @@
|
||||
Architecture: x86_64
|
||||
CPU op-mode(s): 32-bit, 64-bit
|
||||
Address sizes: 36 bits physical, 48 bits virtual
|
||||
Byte Order: Little Endian
|
||||
CPU(s): 4
|
||||
On-line CPU(s) list: 0-3
|
||||
Vendor ID: GenuineIntel
|
||||
BIOS Vendor ID: Intel(R) Corporation
|
||||
Model name: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
|
||||
BIOS Model name: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz None CPU @ 2.5GHz
|
||||
BIOS CPU family: 205
|
||||
CPU family: 6
|
||||
Model: 42
|
||||
Thread(s) per core: 2
|
||||
Core(s) per socket: 2
|
||||
Socket(s): 1
|
||||
Stepping: 7
|
||||
CPU(s) scaling MHz: 93%
|
||||
CPU max MHz: 3200.0000
|
||||
CPU min MHz: 800.0000
|
||||
BogoMIPS: 4983.37
|
||||
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb pti ssbd ibrs ibpb stibp xsaveopt dtherm ida arat pln pts md_clear flush_l1d
|
||||
L1d cache: 64 KiB (2 instances)
|
||||
L1i cache: 64 KiB (2 instances)
|
||||
L2 cache: 512 KiB (2 instances)
|
||||
L3 cache: 3 MiB (1 instance)
|
||||
NUMA node(s): 1
|
||||
NUMA node0 CPU(s): 0-3
|
||||
Vulnerability Gather data sampling: Not affected
|
||||
Vulnerability Ghostwrite: Not affected
|
||||
Vulnerability Indirect target selection: Not affected
|
||||
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
|
||||
Vulnerability L1tf: Mitigation; PTE Inversion
|
||||
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable
|
||||
Vulnerability Meltdown: Mitigation; PTI
|
||||
Vulnerability Mmio stale data: Unknown: No mitigations
|
||||
Vulnerability Reg file data sampling: Not affected
|
||||
Vulnerability Retbleed: Not affected
|
||||
Vulnerability Spec rstack overflow: Not affected
|
||||
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
|
||||
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
|
||||
Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
|
||||
Vulnerability Srbds: Not affected
|
||||
Vulnerability Tsx async abort: Not affected
|
||||
@@ -0,0 +1,17 @@
|
||||
Filesystem Size Used Avail Use% Mounted on
|
||||
tmpfs 1.6G 1.7M 1.6G 1% /run
|
||||
/dev/sda2 468G 30G 416G 7% /
|
||||
tmpfs 7.8G 336K 7.8G 1% /dev/shm
|
||||
tmpfs 5.0M 12K 5.0M 1% /run/lock
|
||||
efivarfs 56K 19K 33K 36% /sys/firmware/efi/efivars
|
||||
/dev/sda1 1.1G 6.2M 1.1G 1% /boot/efi
|
||||
/dev/sdb1 117G 2.1M 111G 1% /mnt/sdb
|
||||
tmpfs 1.6G 132K 1.6G 1% /run/user/1000
|
||||
//192.168.50.229/pictures 17T 2.8T 14T 17% /mnt/omv_immich_pics
|
||||
//192.168.50.229/immich 17T 2.8T 14T 17% /mnt/omv_immich_smb
|
||||
192.168.50.107:/export/t420_backup 7.3T 307G 7.0T 5% /mnt/omv-backup
|
||||
overlay 468G 30G 416G 7% /var/lib/docker/overlay2/4cad63c70a53404193aced3da9d8fe330cb9e0a9938ef1a4016bfac90099dba3/merged
|
||||
overlay 468G 30G 416G 7% /var/lib/docker/overlay2/cc14f7164c79ede3d689254e40d118fb130eddb68ba1101e10d6ad2de7d2c070/merged
|
||||
overlay 468G 30G 416G 7% /var/lib/docker/overlay2/3c6688e6e5511e85599e0b5f71924539e1738d587cf48a8e8054444a6af57549/merged
|
||||
overlay 468G 30G 416G 7% /var/lib/docker/overlay2/3433eb860df705d53faf849691eabd1d0c82505c222b48ffc58ca04461c3764c/merged
|
||||
overlay 468G 30G 416G 7% /var/lib/docker/overlay2/7f6308b0b272a768ed69198663b0dd5d748a088018befb1d8a3fd42093b98c5f/merged
|
||||
@@ -0,0 +1,6 @@
|
||||
# resolv.conf(5) file generated by tailscale
|
||||
# For more info, see https://tailscale.com/s/resolvconf-overwrite
|
||||
# DO NOT EDIT THIS FILE BY HAND -- CHANGES WILL BE OVERWRITTEN
|
||||
|
||||
nameserver 100.100.100.100
|
||||
search tail6ca08d.ts.net tailscale.com lan
|
||||
@@ -0,0 +1,91 @@
|
||||
Chain INPUT (policy ACCEPT)
|
||||
target prot opt source destination
|
||||
ts-input 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
|
||||
Chain FORWARD (policy DROP)
|
||||
target prot opt source destination
|
||||
DOCKER-USER 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER-FORWARD 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
ts-forward 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
|
||||
Chain OUTPUT (policy ACCEPT)
|
||||
target prot opt source destination
|
||||
|
||||
Chain DOCKER (6 references)
|
||||
target prot opt source destination
|
||||
ACCEPT 6 -- 0.0.0.0/0 172.17.0.4 tcp dpt:9001
|
||||
ACCEPT 6 -- 0.0.0.0/0 172.23.0.2 tcp dpt:80
|
||||
ACCEPT 6 -- 0.0.0.0/0 172.17.0.3 tcp dpt:10300
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
|
||||
Chain DOCKER-BRIDGE (1 references)
|
||||
target prot opt source destination
|
||||
DOCKER 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
|
||||
Chain DOCKER-CT (1 references)
|
||||
target prot opt source destination
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
|
||||
|
||||
Chain DOCKER-FORWARD (1 references)
|
||||
target prot opt source destination
|
||||
DOCKER-CT 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER-ISOLATION-STAGE-1 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER-BRIDGE 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
|
||||
Chain DOCKER-ISOLATION-STAGE-1 (1 references)
|
||||
target prot opt source destination
|
||||
DOCKER-ISOLATION-STAGE-2 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER-ISOLATION-STAGE-2 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER-ISOLATION-STAGE-2 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER-ISOLATION-STAGE-2 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER-ISOLATION-STAGE-2 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DOCKER-ISOLATION-STAGE-2 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
|
||||
Chain DOCKER-ISOLATION-STAGE-2 (6 references)
|
||||
target prot opt source destination
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
|
||||
Chain DOCKER-USER (1 references)
|
||||
target prot opt source destination
|
||||
|
||||
Chain ts-forward (1 references)
|
||||
target prot opt source destination
|
||||
MARK 0 -- 0.0.0.0/0 0.0.0.0/0 MARK xset 0x40000/0xff0000
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 mark match 0x40000/0xff0000
|
||||
DROP 0 -- 100.64.0.0/10 0.0.0.0/0
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
|
||||
Chain ts-input (1 references)
|
||||
target prot opt source destination
|
||||
ACCEPT 0 -- 100.98.144.95 0.0.0.0/0
|
||||
RETURN 0 -- 100.115.92.0/23 0.0.0.0/0
|
||||
DROP 0 -- 100.64.0.0/10 0.0.0.0/0
|
||||
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0
|
||||
ACCEPT 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpt:41641
|
||||
@@ -0,0 +1 @@
|
||||
Status: inactive
|
||||
@@ -0,0 +1,3 @@
|
||||
total used free shared buff/cache available
|
||||
Mem: 15Gi 1.7Gi 8.7Gi 2.2Mi 5.4Gi 13Gi
|
||||
Swap: 3.7Gi 0B 3.7Gi
|
||||
@@ -0,0 +1,50 @@
|
||||
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
|
||||
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
|
||||
inet 127.0.0.1/8 scope host lo
|
||||
valid_lft forever preferred_lft forever
|
||||
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
|
||||
link/ether 00:21:cc:ba:42:65 brd ff:ff:ff:ff:ff:ff
|
||||
inet 192.168.50.66/24 brd 192.168.50.255 scope global noprefixroute enp0s25
|
||||
valid_lft forever preferred_lft forever
|
||||
3: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
||||
link/ether 60:d8:19:c5:59:f8 brd ff:ff:ff:ff:ff:ff
|
||||
inet 192.168.50.69/24 brd 192.168.50.255 scope global dynamic noprefixroute wlp3s0
|
||||
valid_lft 33498sec preferred_lft 33498sec
|
||||
4: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500
|
||||
link/none
|
||||
inet 100.98.144.95/32 scope global tailscale0
|
||||
valid_lft forever preferred_lft forever
|
||||
5: br-4b4f41534d72: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
|
||||
link/ether 66:6a:1c:cd:00:ca brd ff:ff:ff:ff:ff:ff
|
||||
inet 172.20.0.1/16 brd 172.20.255.255 scope global br-4b4f41534d72
|
||||
valid_lft forever preferred_lft forever
|
||||
6: docker_gwbridge: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
|
||||
link/ether c6:d9:8a:d2:be:85 brd ff:ff:ff:ff:ff:ff
|
||||
inet 172.21.0.1/16 brd 172.21.255.255 scope global docker_gwbridge
|
||||
valid_lft forever preferred_lft forever
|
||||
7: br-7a25a14fd4a2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
|
||||
link/ether aa:42:85:27:f6:45 brd ff:ff:ff:ff:ff:ff
|
||||
inet 172.23.0.1/16 brd 172.23.255.255 scope global br-7a25a14fd4a2
|
||||
valid_lft forever preferred_lft forever
|
||||
8: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
|
||||
link/ether ea:3c:46:d4:04:15 brd ff:ff:ff:ff:ff:ff
|
||||
inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
|
||||
valid_lft forever preferred_lft forever
|
||||
9: br-a5423f4f5dbc: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
|
||||
link/ether 4a:5e:06:31:6e:76 brd ff:ff:ff:ff:ff:ff
|
||||
inet 172.18.0.1/16 brd 172.18.255.255 scope global br-a5423f4f5dbc
|
||||
valid_lft forever preferred_lft forever
|
||||
10: br-248549b3cdb3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
|
||||
link/ether 5e:52:c0:84:f5:67 brd ff:ff:ff:ff:ff:ff
|
||||
inet 172.22.0.1/16 brd 172.22.255.255 scope global br-248549b3cdb3
|
||||
valid_lft forever preferred_lft forever
|
||||
11: veth917d4d4@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-7a25a14fd4a2 state UP group default
|
||||
link/ether 56:a3:1b:a4:dc:8f brd ff:ff:ff:ff:ff:ff link-netnsid 0
|
||||
13: veth70e48c6@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP group default
|
||||
link/ether c2:6a:6d:db:b1:92 brd ff:ff:ff:ff:ff:ff link-netnsid 2
|
||||
14: vetha855178@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-4b4f41534d72 state UP group default
|
||||
link/ether a6:a4:a2:8d:63:14 brd ff:ff:ff:ff:ff:ff link-netnsid 3
|
||||
15: vethdfadbad@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP group default
|
||||
link/ether d6:3c:01:9a:f6:03 brd ff:ff:ff:ff:ff:ff link-netnsid 4
|
||||
16: veth89f8fb0@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-248549b3cdb3 state UP group default
|
||||
link/ether ca:26:3b:d8:0a:6b brd ff:ff:ff:ff:ff:ff link-netnsid 5
|
||||
@@ -0,0 +1,13 @@
|
||||
PRETTY_NAME="Ubuntu 24.04.3 LTS"
|
||||
NAME="Ubuntu"
|
||||
VERSION_ID="24.04"
|
||||
VERSION="24.04.3 LTS (Noble Numbat)"
|
||||
VERSION_CODENAME=noble
|
||||
ID=ubuntu
|
||||
ID_LIKE=debian
|
||||
HOME_URL="https://www.ubuntu.com/"
|
||||
SUPPORT_URL="https://help.ubuntu.com/"
|
||||
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
|
||||
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
|
||||
UBUNTU_CODENAME=noble
|
||||
LOGO=ubuntu-logo
|
||||
@@ -0,0 +1,20 @@
|
||||
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
|
||||
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
|
||||
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
|
||||
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
|
||||
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (Lewisville) (rev 04)
|
||||
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
|
||||
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
|
||||
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
|
||||
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
|
||||
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
|
||||
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b4)
|
||||
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
|
||||
00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset LPC Controller (rev 04)
|
||||
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port Mobile SATA AHCI Controller (rev 04)
|
||||
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
|
||||
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [Quadro NVS 4200M] (rev a1)
|
||||
01:00.1 Audio device: NVIDIA Corporation GF119 HDMI Audio Controller (rev a1)
|
||||
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
|
||||
0d:00.0 System peripheral: Ricoh Co Ltd PCIe SDXC/MMC Host Controller (rev 05)
|
||||
0d:00.3 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 PCIe IEEE 1394 Controller (rev 04)
|
||||
@@ -0,0 +1,2 @@
|
||||
Personalities :
|
||||
unused devices: <none>
|
||||
@@ -0,0 +1,10 @@
|
||||
default via 192.168.50.1 dev enp0s25 proto static metric 100
|
||||
default via 192.168.50.1 dev wlp3s0 proto dhcp src 192.168.50.69 metric 600
|
||||
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1
|
||||
172.18.0.0/16 dev br-a5423f4f5dbc proto kernel scope link src 172.18.0.1 linkdown
|
||||
172.20.0.0/16 dev br-4b4f41534d72 proto kernel scope link src 172.20.0.1
|
||||
172.21.0.0/16 dev docker_gwbridge proto kernel scope link src 172.21.0.1 linkdown
|
||||
172.22.0.0/16 dev br-248549b3cdb3 proto kernel scope link src 172.22.0.1
|
||||
172.23.0.0/16 dev br-7a25a14fd4a2 proto kernel scope link src 172.23.0.1
|
||||
192.168.50.0/24 dev enp0s25 proto kernel scope link src 192.168.50.66 metric 100
|
||||
192.168.50.0/24 dev wlp3s0 proto kernel scope link src 192.168.50.69 metric 600
|
||||
@@ -0,0 +1,14 @@
|
||||
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
|
||||
loop0 7:0 0 0B 0 loop
|
||||
loop1 7:1 0 0B 0 loop
|
||||
loop2 7:2 0 0B 0 loop
|
||||
loop3 7:3 0 0B 0 loop
|
||||
loop4 7:4 0 0B 0 loop
|
||||
loop5 7:5 0 0B 0 loop
|
||||
loop6 7:6 0 0B 0 loop
|
||||
loop7 7:7 0 0B 0 loop
|
||||
sda 8:0 0 476.9G 0 disk
|
||||
├─sda1 8:1 0 1G 0 part /boot/efi
|
||||
└─sda2 8:2 0 475.9G 0 part /
|
||||
sdb 8:16 0 119.2G 0 disk
|
||||
└─sdb1 8:17 0 119.2G 0 part /mnt/sdb
|
||||
@@ -0,0 +1,5 @@
|
||||
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
|
||||
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
|
||||
Bus 001 Device 003: ID 17ef:1003 Lenovo Integrated Smart Card Reader
|
||||
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
|
||||
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
|
||||
@@ -0,0 +1,14 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
portainer_agent:
|
||||
image: portainer/agent:latest
|
||||
container_name: portainer_agent
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||
ports:
|
||||
- "9001:9001"
|
||||
environment:
|
||||
- AGENT_CLUSTER_ADDR=192.168.50.66
|
||||
@@ -0,0 +1,396 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
#
|
||||
# MySQL 8.x, 5.7.x
|
||||
# https://www.mysql.com/support/supportedplatforms/database.html
|
||||
#
|
||||
|
||||
mysql_8:
|
||||
image: mysql:8.0
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MYSQL_ROOT_HOST: '%'
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
MYSQL_DATABASE: sqlx
|
||||
|
||||
mysql_8_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: mysql/Dockerfile
|
||||
args:
|
||||
IMAGE: mysql:8.0
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MYSQL_ROOT_HOST: '%'
|
||||
MYSQL_DATABASE: sqlx
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: 1
|
||||
|
||||
mysql_5_7:
|
||||
image: mysql:5.7
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MYSQL_ROOT_HOST: '%'
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
MYSQL_DATABASE: sqlx
|
||||
|
||||
mysql_5_7_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: mysql/Dockerfile
|
||||
args:
|
||||
IMAGE: mysql:5.7
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MYSQL_ROOT_HOST: '%'
|
||||
MYSQL_DATABASE: sqlx
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: 1
|
||||
|
||||
#
|
||||
# MariaDB 10.11, 10.6, 10.5, 10.4
|
||||
# https://mariadb.org/about/#maintenance-policy
|
||||
#
|
||||
|
||||
mariadb_11_4:
|
||||
image: mariadb:11.4
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: password
|
||||
MARIADB_DATABASE: sqlx
|
||||
|
||||
mariadb_11_4_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: mysql/Dockerfile
|
||||
args:
|
||||
IMAGE: mariadb:11.4
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_DATABASE: sqlx
|
||||
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
|
||||
|
||||
mariadb_10_11:
|
||||
image: mariadb:10.11
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: password
|
||||
MARIADB_DATABASE: sqlx
|
||||
|
||||
mariadb_10_11_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: mysql/Dockerfile
|
||||
args:
|
||||
IMAGE: mariadb:10.11
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_DATABASE: sqlx
|
||||
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
|
||||
|
||||
mariadb_10_6:
|
||||
image: mariadb:10.6
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: password
|
||||
MARIADB_DATABASE: sqlx
|
||||
|
||||
mariadb_10_6_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: mysql/Dockerfile
|
||||
args:
|
||||
IMAGE: mariadb:10.6
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_DATABASE: sqlx
|
||||
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
|
||||
|
||||
mariadb_10_5:
|
||||
image: mariadb:10.5
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: password
|
||||
MARIADB_DATABASE: sqlx
|
||||
|
||||
mariadb_10_5_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: mysql/Dockerfile
|
||||
args:
|
||||
IMAGE: mariadb:10.5
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_DATABASE: sqlx
|
||||
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
|
||||
|
||||
mariadb_10_4:
|
||||
image: mariadb:10.4
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: password
|
||||
MARIADB_DATABASE: sqlx
|
||||
|
||||
mariadb_10_4_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: mysql/Dockerfile
|
||||
args:
|
||||
IMAGE: mariadb:10.4
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_DATABASE: sqlx
|
||||
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
|
||||
|
||||
# Ensure MariaDB upstream isn't regressing before release
|
||||
# https://mariadb.org/new-service-quay-io-mariadb-foundation-mariadb-devel/
|
||||
mariadb_verylatest:
|
||||
image: quay.io/mariadb-foundation/mariadb-devel:verylatest
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: password
|
||||
MARIADB_DATABASE: sqlx
|
||||
|
||||
mariadb_verylatest_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: mysql/Dockerfile
|
||||
args:
|
||||
IMAGE: quay.io/mariadb-foundation/mariadb-devel:verylatest
|
||||
volumes:
|
||||
- "./mysql/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
ports:
|
||||
- 3306
|
||||
environment:
|
||||
MARIADB_DATABASE: sqlx
|
||||
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
|
||||
#
|
||||
# PostgreSQL 17.x, 16.x, 15.x, 14.x, 13.x
|
||||
# https://www.postgresql.org/support/versioning/
|
||||
#
|
||||
|
||||
postgres_17:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: postgres/Dockerfile
|
||||
args:
|
||||
VERSION: 17
|
||||
ports:
|
||||
- 5432
|
||||
environment:
|
||||
POSTGRES_DB: sqlx
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_HOST_AUTH_METHOD: scram-sha-256
|
||||
POSTGRES_INITDB_ARGS: --auth-host=scram-sha-256
|
||||
volumes:
|
||||
- "./postgres/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
# Loading `pg_stat_statements` should serve as a regression test for:
|
||||
# https://github.com/launchbadge/sqlx/issues/2622
|
||||
command: >
|
||||
-c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key -c shared_preload_libraries=pg_stat_statements
|
||||
|
||||
postgres_17_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: postgres/Dockerfile
|
||||
args:
|
||||
VERSION: 17
|
||||
ports:
|
||||
- 5432
|
||||
environment:
|
||||
POSTGRES_DB: sqlx
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
POSTGRES_INITDB_ARGS: --auth-host=trust
|
||||
volumes:
|
||||
- "./postgres/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
command: >
|
||||
-c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key -c ssl_ca_file=/var/lib/postgresql/ca.crt -c hba_file=/var/lib/postgresql/pg_hba.conf
|
||||
|
||||
postgres_16:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: postgres/Dockerfile
|
||||
args:
|
||||
VERSION: 16
|
||||
ports:
|
||||
- 5432
|
||||
environment:
|
||||
POSTGRES_DB: sqlx
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_HOST_AUTH_METHOD: scram-sha-256
|
||||
POSTGRES_INITDB_ARGS: --auth-host=scram-sha-256
|
||||
volumes:
|
||||
- "./postgres/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
command: >
|
||||
-c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key
|
||||
|
||||
postgres_16_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: postgres/Dockerfile
|
||||
args:
|
||||
VERSION: 16
|
||||
ports:
|
||||
- 5432
|
||||
environment:
|
||||
POSTGRES_DB: sqlx
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
POSTGRES_INITDB_ARGS: --auth-host=trust
|
||||
volumes:
|
||||
- "./postgres/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
command: >
|
||||
-c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key -c ssl_ca_file=/var/lib/postgresql/ca.crt -c hba_file=/var/lib/postgresql/pg_hba.conf
|
||||
|
||||
postgres_15:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: postgres/Dockerfile
|
||||
args:
|
||||
VERSION: 15
|
||||
ports:
|
||||
- 5432
|
||||
environment:
|
||||
POSTGRES_DB: sqlx
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_HOST_AUTH_METHOD: scram-sha-256
|
||||
POSTGRES_INITDB_ARGS: --auth-host=scram-sha-256
|
||||
volumes:
|
||||
- "./postgres/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
command: >
|
||||
-c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key
|
||||
|
||||
postgres_15_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: postgres/Dockerfile
|
||||
args:
|
||||
VERSION: 15
|
||||
ports:
|
||||
- 5432
|
||||
environment:
|
||||
POSTGRES_DB: sqlx
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
POSTGRES_INITDB_ARGS: --auth-host=trust
|
||||
volumes:
|
||||
- "./postgres/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
command: >
|
||||
-c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key -c ssl_ca_file=/var/lib/postgresql/ca.crt -c hba_file=/var/lib/postgresql/pg_hba.conf
|
||||
|
||||
postgres_14:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: postgres/Dockerfile
|
||||
args:
|
||||
VERSION: 14
|
||||
ports:
|
||||
- 5432
|
||||
environment:
|
||||
POSTGRES_DB: sqlx
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_HOST_AUTH_METHOD: scram-sha-256
|
||||
POSTGRES_INITDB_ARGS: --auth-host=scram-sha-256
|
||||
volumes:
|
||||
- "./postgres/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
command: >
|
||||
-c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key
|
||||
|
||||
postgres_14_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: postgres/Dockerfile
|
||||
args:
|
||||
VERSION: 14
|
||||
ports:
|
||||
- 5432
|
||||
environment:
|
||||
POSTGRES_DB: sqlx
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
POSTGRES_INITDB_ARGS: --auth-host=trust
|
||||
volumes:
|
||||
- "./postgres/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
command: >
|
||||
-c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key -c ssl_ca_file=/var/lib/postgresql/ca.crt -c hba_file=/var/lib/postgresql/pg_hba.conf
|
||||
|
||||
postgres_13:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: postgres/Dockerfile
|
||||
args:
|
||||
VERSION: 13
|
||||
ports:
|
||||
- 5432
|
||||
environment:
|
||||
POSTGRES_DB: sqlx
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_HOST_AUTH_METHOD: scram-sha-256
|
||||
POSTGRES_INITDB_ARGS: --auth-host=scram-sha-256
|
||||
volumes:
|
||||
- "./postgres/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
command: >
|
||||
-c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key
|
||||
|
||||
postgres_13_client_ssl:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: postgres/Dockerfile
|
||||
args:
|
||||
VERSION: 13
|
||||
ports:
|
||||
- 5432
|
||||
environment:
|
||||
POSTGRES_DB: sqlx
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
POSTGRES_INITDB_ARGS: --auth-host=trust
|
||||
volumes:
|
||||
- "./postgres/setup.sql:/docker-entrypoint-initdb.d/setup.sql:z"
|
||||
command: >
|
||||
-c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key -c ssl_ca_file=/var/lib/postgresql/ca.crt -c hba_file=/var/lib/postgresql/pg_hba.conf
|
||||
@@ -0,0 +1,265 @@
|
||||
[
|
||||
{
|
||||
"Id": "704876598a27c70218266d184f65e15e14a0f43480cb7031386002d289be37f8",
|
||||
"Created": "2025-08-11T06:00:46.757983878Z",
|
||||
"Path": "/init",
|
||||
"Args": [],
|
||||
"State": {
|
||||
"Status": "running",
|
||||
"Running": true,
|
||||
"Paused": false,
|
||||
"Restarting": false,
|
||||
"OOMKilled": false,
|
||||
"Dead": false,
|
||||
"Pid": 2818,
|
||||
"ExitCode": 0,
|
||||
"Error": "",
|
||||
"StartedAt": "2025-08-22T10:56:15.765968733Z",
|
||||
"FinishedAt": "2025-08-22T10:56:14.196059092Z"
|
||||
},
|
||||
"Image": "sha256:5ffaa03b018dc3c305160602c15f7d9ca0bb33121f839802bd684652241e2d53",
|
||||
"ResolvConfPath": "/var/lib/docker/containers/704876598a27c70218266d184f65e15e14a0f43480cb7031386002d289be37f8/resolv.conf",
|
||||
"HostnamePath": "/var/lib/docker/containers/704876598a27c70218266d184f65e15e14a0f43480cb7031386002d289be37f8/hostname",
|
||||
"HostsPath": "/var/lib/docker/containers/704876598a27c70218266d184f65e15e14a0f43480cb7031386002d289be37f8/hosts",
|
||||
"LogPath": "/var/lib/docker/containers/704876598a27c70218266d184f65e15e14a0f43480cb7031386002d289be37f8/704876598a27c70218266d184f65e15e14a0f43480cb7031386002d289be37f8-json.log",
|
||||
"Name": "/duckdns",
|
||||
"RestartCount": 0,
|
||||
"Driver": "overlay2",
|
||||
"Platform": "linux",
|
||||
"MountLabel": "",
|
||||
"ProcessLabel": "",
|
||||
"AppArmorProfile": "docker-default",
|
||||
"ExecIDs": null,
|
||||
"HostConfig": {
|
||||
"Binds": [
|
||||
"/opt/duckdns/config:/config:rw"
|
||||
],
|
||||
"ContainerIDFile": "",
|
||||
"LogConfig": {
|
||||
"Type": "json-file",
|
||||
"Config": {}
|
||||
},
|
||||
"NetworkMode": "duckdns_network",
|
||||
"PortBindings": {},
|
||||
"RestartPolicy": {
|
||||
"Name": "unless-stopped",
|
||||
"MaximumRetryCount": 0
|
||||
},
|
||||
"AutoRemove": false,
|
||||
"VolumeDriver": "",
|
||||
"VolumesFrom": null,
|
||||
"ConsoleSize": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"CapAdd": null,
|
||||
"CapDrop": null,
|
||||
"CgroupnsMode": "private",
|
||||
"Dns": [
|
||||
"8.8.8.8",
|
||||
"1.1.1.1"
|
||||
],
|
||||
"DnsOptions": [],
|
||||
"DnsSearch": [],
|
||||
"ExtraHosts": [],
|
||||
"GroupAdd": null,
|
||||
"IpcMode": "private",
|
||||
"Cgroup": "",
|
||||
"Links": null,
|
||||
"OomScoreAdj": 0,
|
||||
"PidMode": "",
|
||||
"Privileged": false,
|
||||
"PublishAllPorts": false,
|
||||
"ReadonlyRootfs": false,
|
||||
"SecurityOpt": null,
|
||||
"UTSMode": "",
|
||||
"UsernsMode": "",
|
||||
"ShmSize": 67108864,
|
||||
"Runtime": "runc",
|
||||
"Isolation": "",
|
||||
"CpuShares": 0,
|
||||
"Memory": 0,
|
||||
"NanoCpus": 0,
|
||||
"CgroupParent": "",
|
||||
"BlkioWeight": 0,
|
||||
"BlkioWeightDevice": null,
|
||||
"BlkioDeviceReadBps": null,
|
||||
"BlkioDeviceWriteBps": null,
|
||||
"BlkioDeviceReadIOps": null,
|
||||
"BlkioDeviceWriteIOps": null,
|
||||
"CpuPeriod": 0,
|
||||
"CpuQuota": 0,
|
||||
"CpuRealtimePeriod": 0,
|
||||
"CpuRealtimeRuntime": 0,
|
||||
"CpusetCpus": "",
|
||||
"CpusetMems": "",
|
||||
"Devices": null,
|
||||
"DeviceCgroupRules": null,
|
||||
"DeviceRequests": null,
|
||||
"MemoryReservation": 0,
|
||||
"MemorySwap": 0,
|
||||
"MemorySwappiness": null,
|
||||
"OomKillDisable": null,
|
||||
"PidsLimit": null,
|
||||
"Ulimits": null,
|
||||
"CpuCount": 0,
|
||||
"CpuPercent": 0,
|
||||
"IOMaximumIOps": 0,
|
||||
"IOMaximumBandwidth": 0,
|
||||
"MaskedPaths": [
|
||||
"/proc/asound",
|
||||
"/proc/acpi",
|
||||
"/proc/interrupts",
|
||||
"/proc/kcore",
|
||||
"/proc/keys",
|
||||
"/proc/latency_stats",
|
||||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
"/proc/scsi",
|
||||
"/sys/firmware",
|
||||
"/sys/devices/virtual/powercap",
|
||||
"/sys/devices/system/cpu/cpu0/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu1/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu2/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu3/thermal_throttle"
|
||||
],
|
||||
"ReadonlyPaths": [
|
||||
"/proc/bus",
|
||||
"/proc/fs",
|
||||
"/proc/irq",
|
||||
"/proc/sys",
|
||||
"/proc/sysrq-trigger"
|
||||
]
|
||||
},
|
||||
"GraphDriver": {
|
||||
"Data": {
|
||||
"ID": "704876598a27c70218266d184f65e15e14a0f43480cb7031386002d289be37f8",
|
||||
"LowerDir": "/var/lib/docker/overlay2/7f6308b0b272a768ed69198663b0dd5d748a088018befb1d8a3fd42093b98c5f-init/diff:/var/lib/docker/overlay2/ac37d05d53e398d318c5644abc7e86cab34118e20e76dbba418805c4544144c4/diff:/var/lib/docker/overlay2/da3436406833b4eabab0d7dcc69d6f957cdd2710e79af3580f3ad083f85d0a2a/diff:/var/lib/docker/overlay2/83642c7fc63147678c8365d7f384e6cbb93e934814181ba41b1a0028c88f7c04/diff:/var/lib/docker/overlay2/72c9e50e115143a3d9ebe49381adc1728dcd35216fbf2d35947ccc52b8eae955/diff:/var/lib/docker/overlay2/9d8e6b55bd15157fb8f6f75f0ae79ec307510871b164fdc961ddc682c14785a9/diff:/var/lib/docker/overlay2/3fbf4104d95690011dd8b132e3c7b4722703192ee5c1ec63f6cbe11a7c4cac3a/diff:/var/lib/docker/overlay2/89dbb2a64ed5a4bf65703b5639d9d6b3d3dfcfccaa45d589314625f998481a40/diff:/var/lib/docker/overlay2/f085ba607bff2d9a217d9bed7ecf7696c6b360639386d940e577040c70346fd7/diff:/var/lib/docker/overlay2/d88ccc9bc080e7133f80803d5ff24eeb3c37d35e5f1bff34e275930064a1fcdc/diff",
|
||||
"MergedDir": "/var/lib/docker/overlay2/7f6308b0b272a768ed69198663b0dd5d748a088018befb1d8a3fd42093b98c5f/merged",
|
||||
"UpperDir": "/var/lib/docker/overlay2/7f6308b0b272a768ed69198663b0dd5d748a088018befb1d8a3fd42093b98c5f/diff",
|
||||
"WorkDir": "/var/lib/docker/overlay2/7f6308b0b272a768ed69198663b0dd5d748a088018befb1d8a3fd42093b98c5f/work"
|
||||
},
|
||||
"Name": "overlay2"
|
||||
},
|
||||
"Mounts": [
|
||||
{
|
||||
"Type": "bind",
|
||||
"Source": "/opt/duckdns/config",
|
||||
"Destination": "/config",
|
||||
"Mode": "rw",
|
||||
"RW": true,
|
||||
"Propagation": "rprivate"
|
||||
}
|
||||
],
|
||||
"Config": {
|
||||
"Hostname": "6fe2b7a808c9",
|
||||
"Domainname": "",
|
||||
"User": "",
|
||||
"AttachStdin": false,
|
||||
"AttachStdout": true,
|
||||
"AttachStderr": true,
|
||||
"Tty": false,
|
||||
"OpenStdin": false,
|
||||
"StdinOnce": false,
|
||||
"Env": [
|
||||
"LOG_FILE=false",
|
||||
"UPDATE_FREQ=5",
|
||||
"PUID=1000",
|
||||
"PGID=1000",
|
||||
"TZ=America/New_York",
|
||||
"SUBDOMAINS=pressmess",
|
||||
"TOKEN=cf575404-be06-4e94-9a6f-fdad61c686c4",
|
||||
"PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||
"PS1=$(whoami)@$(hostname):$(pwd)\\$ ",
|
||||
"HOME=/root",
|
||||
"TERM=xterm",
|
||||
"S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0",
|
||||
"S6_VERBOSITY=1",
|
||||
"S6_STAGE2_HOOK=/docker-mods",
|
||||
"VIRTUAL_ENV=/lsiopy",
|
||||
"LSIO_FIRST_PARTY=true"
|
||||
],
|
||||
"Cmd": null,
|
||||
"Image": "linuxserver/duckdns:latest",
|
||||
"Volumes": null,
|
||||
"WorkingDir": "/",
|
||||
"Entrypoint": [
|
||||
"/init"
|
||||
],
|
||||
"OnBuild": null,
|
||||
"Labels": {
|
||||
"build_version": "Linuxserver.io version:- 992f1854-ls62 Build-date:- 2025-08-11T04:34:47+00:00",
|
||||
"com.docker.compose.config-hash": "c7ff36d35ede785e0c4002d28ef8fa0acddce706acb53e505d240f4304079494",
|
||||
"com.docker.compose.container-number": "1",
|
||||
"com.docker.compose.depends_on": "",
|
||||
"com.docker.compose.image": "sha256:051f2b02fa20ab24e765e2461903917b62962186f862bdfad749f2a8b7dd5465",
|
||||
"com.docker.compose.oneoff": "False",
|
||||
"com.docker.compose.project": "duckdns",
|
||||
"com.docker.compose.project.config_files": "",
|
||||
"com.docker.compose.project.working_dir": "/data/compose/69/v2",
|
||||
"com.docker.compose.replace": "26f56b60ca9aeaa7a6c3e7445b63c7b86d81dda8d71ec13ff46422bf99f8d1b3",
|
||||
"com.docker.compose.service": "duckdns",
|
||||
"com.docker.compose.version": "",
|
||||
"maintainer": "aptalca",
|
||||
"org.opencontainers.image.authors": "linuxserver.io",
|
||||
"org.opencontainers.image.created": "2025-08-11T04:34:47+00:00",
|
||||
"org.opencontainers.image.description": "[Duckdns](https://duckdns.org/) is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.",
|
||||
"org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-duckdns",
|
||||
"org.opencontainers.image.licenses": "GPL-3.0-only",
|
||||
"org.opencontainers.image.ref.name": "a84e3fb8071f48aec61ee7f006a1da176f990854",
|
||||
"org.opencontainers.image.revision": "a84e3fb8071f48aec61ee7f006a1da176f990854",
|
||||
"org.opencontainers.image.source": "https://github.com/linuxserver/docker-duckdns",
|
||||
"org.opencontainers.image.title": "Duckdns",
|
||||
"org.opencontainers.image.url": "https://github.com/linuxserver/docker-duckdns/packages",
|
||||
"org.opencontainers.image.vendor": "linuxserver.io",
|
||||
"org.opencontainers.image.version": "992f1854-ls62"
|
||||
}
|
||||
},
|
||||
"NetworkSettings": {
|
||||
"Bridge": "",
|
||||
"SandboxID": "a8a2297991f60ce25e1e520dab68caa50eaf24973d33da69f3bc3a65b97768a7",
|
||||
"SandboxKey": "/var/run/docker/netns/a8a2297991f6",
|
||||
"Ports": {},
|
||||
"HairpinMode": false,
|
||||
"LinkLocalIPv6Address": "",
|
||||
"LinkLocalIPv6PrefixLen": 0,
|
||||
"SecondaryIPAddresses": null,
|
||||
"SecondaryIPv6Addresses": null,
|
||||
"EndpointID": "",
|
||||
"Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"IPAddress": "",
|
||||
"IPPrefixLen": 0,
|
||||
"IPv6Gateway": "",
|
||||
"MacAddress": "",
|
||||
"Networks": {
|
||||
"duckdns_network": {
|
||||
"IPAMConfig": null,
|
||||
"Links": null,
|
||||
"Aliases": [
|
||||
"duckdns",
|
||||
"6fe2b7a808c9"
|
||||
],
|
||||
"MacAddress": "7a:24:45:b2:d7:5f",
|
||||
"DriverOpts": null,
|
||||
"GwPriority": 0,
|
||||
"NetworkID": "248549b3cdb3254f6d6d01105acde6b6a544e989e538f3d0abc26d7a65caca5c",
|
||||
"EndpointID": "98b4aa855e1ddbfd406d64a85fbb0bdf307bb5e6d1e66ed631fed078d81d61ce",
|
||||
"Gateway": "172.22.0.1",
|
||||
"IPAddress": "172.22.0.2",
|
||||
"IPPrefixLen": 16,
|
||||
"IPv6Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"DNSNames": [
|
||||
"duckdns",
|
||||
"6fe2b7a808c9",
|
||||
"704876598a27"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,261 @@
|
||||
[
|
||||
{
|
||||
"Id": "f10bb67d4491e19b861c4d701434fc6cb502fe7ef97819fd396f3a1de1331a6a",
|
||||
"Created": "2025-07-26T06:00:12.955209869Z",
|
||||
"Path": "/docker-entrypoint.sh",
|
||||
"Args": [
|
||||
"nginx",
|
||||
"-g",
|
||||
"daemon off;"
|
||||
],
|
||||
"State": {
|
||||
"Status": "running",
|
||||
"Running": true,
|
||||
"Paused": false,
|
||||
"Restarting": false,
|
||||
"OOMKilled": false,
|
||||
"Dead": false,
|
||||
"Pid": 2832,
|
||||
"ExitCode": 0,
|
||||
"Error": "",
|
||||
"StartedAt": "2025-08-22T10:56:15.769674364Z",
|
||||
"FinishedAt": "2025-08-22T10:56:14.195908055Z"
|
||||
},
|
||||
"Image": "sha256:7d602f56a5bfe8ce5c2dd0d9edd511b4bf12dbd452798be1d29bda6679658303",
|
||||
"ResolvConfPath": "/var/lib/docker/containers/f10bb67d4491e19b861c4d701434fc6cb502fe7ef97819fd396f3a1de1331a6a/resolv.conf",
|
||||
"HostnamePath": "/var/lib/docker/containers/f10bb67d4491e19b861c4d701434fc6cb502fe7ef97819fd396f3a1de1331a6a/hostname",
|
||||
"HostsPath": "/var/lib/docker/containers/f10bb67d4491e19b861c4d701434fc6cb502fe7ef97819fd396f3a1de1331a6a/hosts",
|
||||
"LogPath": "/var/lib/docker/containers/f10bb67d4491e19b861c4d701434fc6cb502fe7ef97819fd396f3a1de1331a6a/f10bb67d4491e19b861c4d701434fc6cb502fe7ef97819fd396f3a1de1331a6a-json.log",
|
||||
"Name": "/omni-tools",
|
||||
"RestartCount": 0,
|
||||
"Driver": "overlay2",
|
||||
"Platform": "linux",
|
||||
"MountLabel": "",
|
||||
"ProcessLabel": "",
|
||||
"AppArmorProfile": "docker-default",
|
||||
"ExecIDs": null,
|
||||
"HostConfig": {
|
||||
"Binds": null,
|
||||
"ContainerIDFile": "",
|
||||
"LogConfig": {
|
||||
"Type": "json-file",
|
||||
"Config": {}
|
||||
},
|
||||
"NetworkMode": "omnitools_default",
|
||||
"PortBindings": {
|
||||
"80/tcp": [
|
||||
{
|
||||
"HostIp": "",
|
||||
"HostPort": "9080"
|
||||
}
|
||||
]
|
||||
},
|
||||
"RestartPolicy": {
|
||||
"Name": "unless-stopped",
|
||||
"MaximumRetryCount": 0
|
||||
},
|
||||
"AutoRemove": false,
|
||||
"VolumeDriver": "",
|
||||
"VolumesFrom": null,
|
||||
"ConsoleSize": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"CapAdd": null,
|
||||
"CapDrop": null,
|
||||
"CgroupnsMode": "private",
|
||||
"Dns": [],
|
||||
"DnsOptions": [],
|
||||
"DnsSearch": [],
|
||||
"ExtraHosts": [],
|
||||
"GroupAdd": null,
|
||||
"IpcMode": "private",
|
||||
"Cgroup": "",
|
||||
"Links": null,
|
||||
"OomScoreAdj": 0,
|
||||
"PidMode": "",
|
||||
"Privileged": false,
|
||||
"PublishAllPorts": false,
|
||||
"ReadonlyRootfs": false,
|
||||
"SecurityOpt": null,
|
||||
"UTSMode": "",
|
||||
"UsernsMode": "",
|
||||
"ShmSize": 67108864,
|
||||
"Runtime": "runc",
|
||||
"Isolation": "",
|
||||
"CpuShares": 0,
|
||||
"Memory": 0,
|
||||
"NanoCpus": 0,
|
||||
"CgroupParent": "",
|
||||
"BlkioWeight": 0,
|
||||
"BlkioWeightDevice": null,
|
||||
"BlkioDeviceReadBps": null,
|
||||
"BlkioDeviceWriteBps": null,
|
||||
"BlkioDeviceReadIOps": null,
|
||||
"BlkioDeviceWriteIOps": null,
|
||||
"CpuPeriod": 0,
|
||||
"CpuQuota": 0,
|
||||
"CpuRealtimePeriod": 0,
|
||||
"CpuRealtimeRuntime": 0,
|
||||
"CpusetCpus": "",
|
||||
"CpusetMems": "",
|
||||
"Devices": null,
|
||||
"DeviceCgroupRules": null,
|
||||
"DeviceRequests": null,
|
||||
"MemoryReservation": 0,
|
||||
"MemorySwap": 0,
|
||||
"MemorySwappiness": null,
|
||||
"OomKillDisable": null,
|
||||
"PidsLimit": null,
|
||||
"Ulimits": null,
|
||||
"CpuCount": 0,
|
||||
"CpuPercent": 0,
|
||||
"IOMaximumIOps": 0,
|
||||
"IOMaximumBandwidth": 0,
|
||||
"MaskedPaths": [
|
||||
"/proc/asound",
|
||||
"/proc/acpi",
|
||||
"/proc/interrupts",
|
||||
"/proc/kcore",
|
||||
"/proc/keys",
|
||||
"/proc/latency_stats",
|
||||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
"/proc/scsi",
|
||||
"/sys/firmware",
|
||||
"/sys/devices/virtual/powercap",
|
||||
"/sys/devices/system/cpu/cpu0/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu1/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu2/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu3/thermal_throttle"
|
||||
],
|
||||
"ReadonlyPaths": [
|
||||
"/proc/bus",
|
||||
"/proc/fs",
|
||||
"/proc/irq",
|
||||
"/proc/sys",
|
||||
"/proc/sysrq-trigger"
|
||||
]
|
||||
},
|
||||
"GraphDriver": {
|
||||
"Data": {
|
||||
"ID": "f10bb67d4491e19b861c4d701434fc6cb502fe7ef97819fd396f3a1de1331a6a",
|
||||
"LowerDir": "/var/lib/docker/overlay2/3c6688e6e5511e85599e0b5f71924539e1738d587cf48a8e8054444a6af57549-init/diff:/var/lib/docker/overlay2/15643ac4539e691c69a40fa78251c95a6bc29194e57559a12855e0498013bedc/diff:/var/lib/docker/overlay2/2c2be331969e73d0133d2c688bbffc47fe4a4ef48ea3e7cd30d8239e02b97187/diff:/var/lib/docker/overlay2/045e94df15f23ec6299b0b7afdfd29e3ed7e724a554572d80808789ffecdd90b/diff:/var/lib/docker/overlay2/407cb1872042e1841ea262d69db4c3b394288f17b55c1d7abaff76d68ae641a2/diff:/var/lib/docker/overlay2/bcc2d461e3313c0c4d84ebc4a2025aa959857b39b8fa096ef45622e0e8dab62c/diff:/var/lib/docker/overlay2/4e812eb8260d6e87a2ccaf99f31e83cb7564c88e6394efcf46cdb86f2fa8c689/diff:/var/lib/docker/overlay2/cfeb2fb3abb9e5a17062f3677cd98c925bb9dd331d6e83f521e181bd18b76556/diff:/var/lib/docker/overlay2/f3f4f66157abc8e21e8458eff282d3ed5eaec243aa307dbb8027b9b360eeded5/diff:/var/lib/docker/overlay2/79dc3258c5767507ded6edfc3eeff138c189e7e10253ce3633ab0636d26ae20a/diff:/var/lib/docker/overlay2/8e521f8aa42e94e376d1745d5c782e1772030aeff96b3ded368cd5fdf33430ed/diff:/var/lib/docker/overlay2/f5778f0098b17f85834afe9e16a2fbb6f1cf6a749b7dedd716da638b0968bdc4/diff",
|
||||
"MergedDir": "/var/lib/docker/overlay2/3c6688e6e5511e85599e0b5f71924539e1738d587cf48a8e8054444a6af57549/merged",
|
||||
"UpperDir": "/var/lib/docker/overlay2/3c6688e6e5511e85599e0b5f71924539e1738d587cf48a8e8054444a6af57549/diff",
|
||||
"WorkDir": "/var/lib/docker/overlay2/3c6688e6e5511e85599e0b5f71924539e1738d587cf48a8e8054444a6af57549/work"
|
||||
},
|
||||
"Name": "overlay2"
|
||||
},
|
||||
"Mounts": [],
|
||||
"Config": {
|
||||
"Hostname": "454e2c55ce97",
|
||||
"Domainname": "",
|
||||
"User": "",
|
||||
"AttachStdin": false,
|
||||
"AttachStdout": true,
|
||||
"AttachStderr": true,
|
||||
"ExposedPorts": {
|
||||
"80/tcp": {}
|
||||
},
|
||||
"Tty": false,
|
||||
"OpenStdin": false,
|
||||
"StdinOnce": false,
|
||||
"Env": [
|
||||
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||
"NGINX_VERSION=1.29.0",
|
||||
"PKG_RELEASE=1",
|
||||
"DYNPKG_RELEASE=1",
|
||||
"NJS_VERSION=0.9.0",
|
||||
"NJS_RELEASE=1"
|
||||
],
|
||||
"Cmd": [
|
||||
"nginx",
|
||||
"-g",
|
||||
"daemon off;"
|
||||
],
|
||||
"Image": "iib0011/omni-tools:latest",
|
||||
"Volumes": null,
|
||||
"WorkingDir": "/",
|
||||
"Entrypoint": [
|
||||
"/docker-entrypoint.sh"
|
||||
],
|
||||
"OnBuild": null,
|
||||
"Labels": {
|
||||
"com.docker.compose.config-hash": "0dc5567618554d0620b949ca58efe3895546b3b02b987d7bd3896718b10b1e51",
|
||||
"com.docker.compose.container-number": "1",
|
||||
"com.docker.compose.depends_on": "",
|
||||
"com.docker.compose.image": "sha256:446e27d879283ee7e50c2b9d0a71708da582f5dddc37c548ff37e6e3369a113f",
|
||||
"com.docker.compose.oneoff": "False",
|
||||
"com.docker.compose.project": "omnitools",
|
||||
"com.docker.compose.project.config_files": "",
|
||||
"com.docker.compose.project.working_dir": "/data/compose/70/v1",
|
||||
"com.docker.compose.service": "omni-tools",
|
||||
"com.docker.compose.version": "",
|
||||
"maintainer": "NGINX Docker Maintainers <docker-maint@nginx.com>",
|
||||
"org.opencontainers.image.created": "2025-07-26T05:00:18.782Z",
|
||||
"org.opencontainers.image.description": "Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser!",
|
||||
"org.opencontainers.image.licenses": "MIT",
|
||||
"org.opencontainers.image.revision": "234fc8090bdf7b4dd70c5cd027c75ebe4b6ba1fc",
|
||||
"org.opencontainers.image.source": "https://github.com/iib0011/omni-tools",
|
||||
"org.opencontainers.image.title": "omni-tools",
|
||||
"org.opencontainers.image.url": "https://github.com/iib0011/omni-tools",
|
||||
"org.opencontainers.image.version": "latest"
|
||||
},
|
||||
"StopSignal": "SIGQUIT"
|
||||
},
|
||||
"NetworkSettings": {
|
||||
"Bridge": "",
|
||||
"SandboxID": "506dadf0fa06ba252b8410147400189291f32073d4fa2b5f984378a61f5beab9",
|
||||
"SandboxKey": "/var/run/docker/netns/506dadf0fa06",
|
||||
"Ports": {
|
||||
"80/tcp": [
|
||||
{
|
||||
"HostIp": "0.0.0.0",
|
||||
"HostPort": "9080"
|
||||
}
|
||||
]
|
||||
},
|
||||
"HairpinMode": false,
|
||||
"LinkLocalIPv6Address": "",
|
||||
"LinkLocalIPv6PrefixLen": 0,
|
||||
"SecondaryIPAddresses": null,
|
||||
"SecondaryIPv6Addresses": null,
|
||||
"EndpointID": "",
|
||||
"Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"IPAddress": "",
|
||||
"IPPrefixLen": 0,
|
||||
"IPv6Gateway": "",
|
||||
"MacAddress": "",
|
||||
"Networks": {
|
||||
"omnitools_default": {
|
||||
"IPAMConfig": null,
|
||||
"Links": null,
|
||||
"Aliases": [
|
||||
"omni-tools",
|
||||
"454e2c55ce97"
|
||||
],
|
||||
"MacAddress": "e2:a1:ea:90:ce:66",
|
||||
"DriverOpts": null,
|
||||
"GwPriority": 0,
|
||||
"NetworkID": "7a25a14fd4a20dffdf91ccf01d881f0ac686b2fa4a76759148d89226e1ea9c69",
|
||||
"EndpointID": "1878e8ab9dfe24cb9c6a4b64e2ddc980b780e60525965ebe0cb4690b914dfe7d",
|
||||
"Gateway": "172.23.0.1",
|
||||
"IPAddress": "172.23.0.2",
|
||||
"IPPrefixLen": 16,
|
||||
"IPv6Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"DNSNames": [
|
||||
"omni-tools",
|
||||
"454e2c55ce97",
|
||||
"f10bb67d4491"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,219 @@
|
||||
[
|
||||
{
|
||||
"Id": "c338f607b2735e71a2afa97a749a3ebfd97557c7457a5d7c4547eed44af86e8d",
|
||||
"Created": "2025-08-04T19:37:20.366409567Z",
|
||||
"Path": "python3",
|
||||
"Args": [
|
||||
"-u",
|
||||
"detect.py",
|
||||
"-c",
|
||||
"/config/config.yaml"
|
||||
],
|
||||
"State": {
|
||||
"Status": "restarting",
|
||||
"Running": true,
|
||||
"Paused": false,
|
||||
"Restarting": true,
|
||||
"OOMKilled": false,
|
||||
"Dead": false,
|
||||
"Pid": 0,
|
||||
"ExitCode": 1,
|
||||
"Error": "",
|
||||
"StartedAt": "2025-08-24T15:27:44.576198435Z",
|
||||
"FinishedAt": "2025-08-24T15:27:45.803972206Z"
|
||||
},
|
||||
"Image": "sha256:1cd12359962dbfa9285667c153c85dd9b4f98876d60efd3669c4a949f2b555d3",
|
||||
"ResolvConfPath": "/var/lib/docker/containers/c338f607b2735e71a2afa97a749a3ebfd97557c7457a5d7c4547eed44af86e8d/resolv.conf",
|
||||
"HostnamePath": "/var/lib/docker/containers/c338f607b2735e71a2afa97a749a3ebfd97557c7457a5d7c4547eed44af86e8d/hostname",
|
||||
"HostsPath": "/var/lib/docker/containers/c338f607b2735e71a2afa97a749a3ebfd97557c7457a5d7c4547eed44af86e8d/hosts",
|
||||
"LogPath": "/var/lib/docker/containers/c338f607b2735e71a2afa97a749a3ebfd97557c7457a5d7c4547eed44af86e8d/c338f607b2735e71a2afa97a749a3ebfd97557c7457a5d7c4547eed44af86e8d-json.log",
|
||||
"Name": "/openwakeword",
|
||||
"RestartCount": 3098,
|
||||
"Driver": "overlay2",
|
||||
"Platform": "linux",
|
||||
"MountLabel": "",
|
||||
"ProcessLabel": "",
|
||||
"AppArmorProfile": "docker-default",
|
||||
"ExecIDs": null,
|
||||
"HostConfig": {
|
||||
"Binds": null,
|
||||
"ContainerIDFile": "",
|
||||
"LogConfig": {
|
||||
"Type": "json-file",
|
||||
"Config": {}
|
||||
},
|
||||
"NetworkMode": "host",
|
||||
"PortBindings": {},
|
||||
"RestartPolicy": {
|
||||
"Name": "unless-stopped",
|
||||
"MaximumRetryCount": 0
|
||||
},
|
||||
"AutoRemove": false,
|
||||
"VolumeDriver": "",
|
||||
"VolumesFrom": null,
|
||||
"ConsoleSize": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"CapAdd": null,
|
||||
"CapDrop": null,
|
||||
"CgroupnsMode": "private",
|
||||
"Dns": [],
|
||||
"DnsOptions": [],
|
||||
"DnsSearch": [],
|
||||
"ExtraHosts": null,
|
||||
"GroupAdd": null,
|
||||
"IpcMode": "private",
|
||||
"Cgroup": "",
|
||||
"Links": null,
|
||||
"OomScoreAdj": 0,
|
||||
"PidMode": "",
|
||||
"Privileged": false,
|
||||
"PublishAllPorts": false,
|
||||
"ReadonlyRootfs": false,
|
||||
"SecurityOpt": null,
|
||||
"UTSMode": "",
|
||||
"UsernsMode": "",
|
||||
"ShmSize": 67108864,
|
||||
"Runtime": "runc",
|
||||
"Isolation": "",
|
||||
"CpuShares": 0,
|
||||
"Memory": 0,
|
||||
"NanoCpus": 0,
|
||||
"CgroupParent": "",
|
||||
"BlkioWeight": 0,
|
||||
"BlkioWeightDevice": [],
|
||||
"BlkioDeviceReadBps": [],
|
||||
"BlkioDeviceWriteBps": [],
|
||||
"BlkioDeviceReadIOps": [],
|
||||
"BlkioDeviceWriteIOps": [],
|
||||
"CpuPeriod": 0,
|
||||
"CpuQuota": 0,
|
||||
"CpuRealtimePeriod": 0,
|
||||
"CpuRealtimeRuntime": 0,
|
||||
"CpusetCpus": "",
|
||||
"CpusetMems": "",
|
||||
"Devices": [],
|
||||
"DeviceCgroupRules": null,
|
||||
"DeviceRequests": null,
|
||||
"MemoryReservation": 0,
|
||||
"MemorySwap": 0,
|
||||
"MemorySwappiness": null,
|
||||
"OomKillDisable": null,
|
||||
"PidsLimit": null,
|
||||
"Ulimits": [],
|
||||
"CpuCount": 0,
|
||||
"CpuPercent": 0,
|
||||
"IOMaximumIOps": 0,
|
||||
"IOMaximumBandwidth": 0,
|
||||
"MaskedPaths": [
|
||||
"/proc/asound",
|
||||
"/proc/acpi",
|
||||
"/proc/interrupts",
|
||||
"/proc/kcore",
|
||||
"/proc/keys",
|
||||
"/proc/latency_stats",
|
||||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
"/proc/scsi",
|
||||
"/sys/firmware",
|
||||
"/sys/devices/virtual/powercap",
|
||||
"/sys/devices/system/cpu/cpu0/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu1/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu2/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu3/thermal_throttle"
|
||||
],
|
||||
"ReadonlyPaths": [
|
||||
"/proc/bus",
|
||||
"/proc/fs",
|
||||
"/proc/irq",
|
||||
"/proc/sys",
|
||||
"/proc/sysrq-trigger"
|
||||
]
|
||||
},
|
||||
"GraphDriver": {
|
||||
"Data": {
|
||||
"ID": "c338f607b2735e71a2afa97a749a3ebfd97557c7457a5d7c4547eed44af86e8d",
|
||||
"LowerDir": "/var/lib/docker/overlay2/aefe4137a7370259199c1a0ebce9c81d0e6dee1ff097d7f70df4a4074b118b6d-init/diff:/var/lib/docker/overlay2/e250f5ed71a6eeb118856b72e04526ee31a817497ebfa84566f09a01e27553e9/diff:/var/lib/docker/overlay2/c6fc8ecdc8e45076c4781849f47bc81f84665bca24071a75717fbc994e7a2630/diff:/var/lib/docker/overlay2/f383b175dbdec0ebebbf1ba7c966242864a9fba4e60a23078a72767e390f710a/diff:/var/lib/docker/overlay2/632ffcb183ef031feff99f1d23af641c6e6293a8b904b0f348b9103e03729017/diff:/var/lib/docker/overlay2/76aaea0718c919ebde88a897cb5516e918bb914af3524d3288d143713d33ed7a/diff:/var/lib/docker/overlay2/6d71e91ced5c89534020e2d17a2941ee52f4125842cbc2dc6950eb7a75c55d99/diff:/var/lib/docker/overlay2/726b902599159c2e3ec13220a8dd22b06ca5e51eb9afd74752d70fa28cc8bf26/diff:/var/lib/docker/overlay2/d22bd8f426855e4e79ba64b2b8fffcd650b3788e10fa08080e55c18221717142/diff:/var/lib/docker/overlay2/fcc2da5563f36629f66f45ec638e558c35364f25ffbdfba4644e376cd40b0b72/diff:/var/lib/docker/overlay2/5d73a5cfd9f877a205dab6fd992deddbe8f9a3d0614a4ddc5c1c394c84d6eea1/diff",
|
||||
"MergedDir": "/var/lib/docker/overlay2/aefe4137a7370259199c1a0ebce9c81d0e6dee1ff097d7f70df4a4074b118b6d/merged",
|
||||
"UpperDir": "/var/lib/docker/overlay2/aefe4137a7370259199c1a0ebce9c81d0e6dee1ff097d7f70df4a4074b118b6d/diff",
|
||||
"WorkDir": "/var/lib/docker/overlay2/aefe4137a7370259199c1a0ebce9c81d0e6dee1ff097d7f70df4a4074b118b6d/work"
|
||||
},
|
||||
"Name": "overlay2"
|
||||
},
|
||||
"Mounts": [],
|
||||
"Config": {
|
||||
"Hostname": "lenovo420",
|
||||
"Domainname": "",
|
||||
"User": "",
|
||||
"AttachStdin": false,
|
||||
"AttachStdout": false,
|
||||
"AttachStderr": false,
|
||||
"Tty": false,
|
||||
"OpenStdin": false,
|
||||
"StdinOnce": false,
|
||||
"Env": [
|
||||
"PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||
"LANG=C.UTF-8",
|
||||
"GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D",
|
||||
"PYTHON_VERSION=3.10.11",
|
||||
"PYTHON_PIP_VERSION=23.0.1",
|
||||
"PYTHON_SETUPTOOLS_VERSION=65.5.1",
|
||||
"PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py",
|
||||
"PYTHON_GET_PIP_SHA256=394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f3980637"
|
||||
],
|
||||
"Cmd": [
|
||||
"python3",
|
||||
"-u",
|
||||
"detect.py",
|
||||
"-c",
|
||||
"/config/config.yaml"
|
||||
],
|
||||
"Image": "dalehumby/openwakeword-rhasspy",
|
||||
"Volumes": null,
|
||||
"WorkingDir": "/app",
|
||||
"Entrypoint": null,
|
||||
"OnBuild": null,
|
||||
"Labels": {}
|
||||
},
|
||||
"NetworkSettings": {
|
||||
"Bridge": "",
|
||||
"SandboxID": "",
|
||||
"SandboxKey": "",
|
||||
"Ports": {},
|
||||
"HairpinMode": false,
|
||||
"LinkLocalIPv6Address": "",
|
||||
"LinkLocalIPv6PrefixLen": 0,
|
||||
"SecondaryIPAddresses": null,
|
||||
"SecondaryIPv6Addresses": null,
|
||||
"EndpointID": "",
|
||||
"Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"IPAddress": "",
|
||||
"IPPrefixLen": 0,
|
||||
"IPv6Gateway": "",
|
||||
"MacAddress": "",
|
||||
"Networks": {
|
||||
"host": {
|
||||
"IPAMConfig": null,
|
||||
"Links": null,
|
||||
"Aliases": null,
|
||||
"MacAddress": "",
|
||||
"DriverOpts": null,
|
||||
"GwPriority": 0,
|
||||
"NetworkID": "08ebc182bcd26d16f640bea058d92397c57ceadd844fef2a6a1e5d4024b4d92d",
|
||||
"EndpointID": "",
|
||||
"Gateway": "",
|
||||
"IPAddress": "",
|
||||
"IPPrefixLen": 0,
|
||||
"IPv6Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"DNSNames": null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,242 @@
|
||||
[
|
||||
{
|
||||
"Id": "f98c54046fb5d9ee2c99116086aedd4cb236bfbb5afd2d17525fed57c81fab6b",
|
||||
"Created": "2025-08-20T06:00:41.231457642Z",
|
||||
"Path": "./agent",
|
||||
"Args": [],
|
||||
"State": {
|
||||
"Status": "running",
|
||||
"Running": true,
|
||||
"Paused": false,
|
||||
"Restarting": false,
|
||||
"OOMKilled": false,
|
||||
"Dead": false,
|
||||
"Pid": 2838,
|
||||
"ExitCode": 0,
|
||||
"Error": "",
|
||||
"StartedAt": "2025-08-22T10:56:15.745866929Z",
|
||||
"FinishedAt": "2025-08-22T10:56:14.196908364Z"
|
||||
},
|
||||
"Image": "sha256:e1090181a1bfa975d082369186a30f8f942f4befff9f525c26d13ac051ee81a0",
|
||||
"ResolvConfPath": "/var/lib/docker/containers/f98c54046fb5d9ee2c99116086aedd4cb236bfbb5afd2d17525fed57c81fab6b/resolv.conf",
|
||||
"HostnamePath": "/var/lib/docker/containers/f98c54046fb5d9ee2c99116086aedd4cb236bfbb5afd2d17525fed57c81fab6b/hostname",
|
||||
"HostsPath": "/var/lib/docker/containers/f98c54046fb5d9ee2c99116086aedd4cb236bfbb5afd2d17525fed57c81fab6b/hosts",
|
||||
"LogPath": "/var/lib/docker/containers/f98c54046fb5d9ee2c99116086aedd4cb236bfbb5afd2d17525fed57c81fab6b/f98c54046fb5d9ee2c99116086aedd4cb236bfbb5afd2d17525fed57c81fab6b-json.log",
|
||||
"Name": "/portainer_agent",
|
||||
"RestartCount": 0,
|
||||
"Driver": "overlay2",
|
||||
"Platform": "linux",
|
||||
"MountLabel": "",
|
||||
"ProcessLabel": "",
|
||||
"AppArmorProfile": "docker-default",
|
||||
"ExecIDs": null,
|
||||
"HostConfig": {
|
||||
"Binds": [
|
||||
"/var/run/docker.sock:/var/run/docker.sock",
|
||||
"/var/lib/docker/volumes:/var/lib/docker/volumes"
|
||||
],
|
||||
"ContainerIDFile": "",
|
||||
"LogConfig": {
|
||||
"Type": "json-file",
|
||||
"Config": {}
|
||||
},
|
||||
"NetworkMode": "bridge",
|
||||
"PortBindings": {
|
||||
"9001/tcp": [
|
||||
{
|
||||
"HostIp": "",
|
||||
"HostPort": "9001"
|
||||
}
|
||||
]
|
||||
},
|
||||
"RestartPolicy": {
|
||||
"Name": "always",
|
||||
"MaximumRetryCount": 0
|
||||
},
|
||||
"AutoRemove": false,
|
||||
"VolumeDriver": "",
|
||||
"VolumesFrom": null,
|
||||
"ConsoleSize": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"CapAdd": null,
|
||||
"CapDrop": null,
|
||||
"CgroupnsMode": "private",
|
||||
"Dns": [],
|
||||
"DnsOptions": [],
|
||||
"DnsSearch": [],
|
||||
"ExtraHosts": null,
|
||||
"GroupAdd": null,
|
||||
"IpcMode": "private",
|
||||
"Cgroup": "",
|
||||
"Links": null,
|
||||
"OomScoreAdj": 0,
|
||||
"PidMode": "",
|
||||
"Privileged": false,
|
||||
"PublishAllPorts": false,
|
||||
"ReadonlyRootfs": false,
|
||||
"SecurityOpt": null,
|
||||
"UTSMode": "",
|
||||
"UsernsMode": "",
|
||||
"ShmSize": 67108864,
|
||||
"Runtime": "runc",
|
||||
"Isolation": "",
|
||||
"CpuShares": 0,
|
||||
"Memory": 0,
|
||||
"NanoCpus": 0,
|
||||
"CgroupParent": "",
|
||||
"BlkioWeight": 0,
|
||||
"BlkioWeightDevice": [],
|
||||
"BlkioDeviceReadBps": [],
|
||||
"BlkioDeviceWriteBps": [],
|
||||
"BlkioDeviceReadIOps": [],
|
||||
"BlkioDeviceWriteIOps": [],
|
||||
"CpuPeriod": 0,
|
||||
"CpuQuota": 0,
|
||||
"CpuRealtimePeriod": 0,
|
||||
"CpuRealtimeRuntime": 0,
|
||||
"CpusetCpus": "",
|
||||
"CpusetMems": "",
|
||||
"Devices": [],
|
||||
"DeviceCgroupRules": null,
|
||||
"DeviceRequests": null,
|
||||
"MemoryReservation": 0,
|
||||
"MemorySwap": 0,
|
||||
"MemorySwappiness": null,
|
||||
"OomKillDisable": null,
|
||||
"PidsLimit": null,
|
||||
"Ulimits": [],
|
||||
"CpuCount": 0,
|
||||
"CpuPercent": 0,
|
||||
"IOMaximumIOps": 0,
|
||||
"IOMaximumBandwidth": 0,
|
||||
"MaskedPaths": [
|
||||
"/proc/asound",
|
||||
"/proc/acpi",
|
||||
"/proc/interrupts",
|
||||
"/proc/kcore",
|
||||
"/proc/keys",
|
||||
"/proc/latency_stats",
|
||||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
"/proc/scsi",
|
||||
"/sys/firmware",
|
||||
"/sys/devices/virtual/powercap",
|
||||
"/sys/devices/system/cpu/cpu0/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu1/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu2/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu3/thermal_throttle"
|
||||
],
|
||||
"ReadonlyPaths": [
|
||||
"/proc/bus",
|
||||
"/proc/fs",
|
||||
"/proc/irq",
|
||||
"/proc/sys",
|
||||
"/proc/sysrq-trigger"
|
||||
]
|
||||
},
|
||||
"GraphDriver": {
|
||||
"Data": {
|
||||
"ID": "f98c54046fb5d9ee2c99116086aedd4cb236bfbb5afd2d17525fed57c81fab6b",
|
||||
"LowerDir": "/var/lib/docker/overlay2/3433eb860df705d53faf849691eabd1d0c82505c222b48ffc58ca04461c3764c-init/diff:/var/lib/docker/overlay2/2ab45f0a2df483b4d917e4ba038f13f3b1cf1add5f78405b49f21fcb3863796d/diff:/var/lib/docker/overlay2/7467ce6a9852c39c73d487fcbdaa2e1bbbdc81d9ffadada30142a233d96a61dd/diff:/var/lib/docker/overlay2/d2277cb17a31948700429fa5b56b098c91029108b4e6ae2df4fe74c9347d04f6/diff:/var/lib/docker/overlay2/f7bc1888d3ed3358331a33b63fedc886fc2ac74a3892323d6be7b27f7d249839/diff:/var/lib/docker/overlay2/34add30de8fb7c081a425237fe865e8352e450b08ac43830c88e1df161e47920/diff:/var/lib/docker/overlay2/fbcec1214d6e839a393c3d6433e368a675ca2254b75174df5a72bbd0cb214a82/diff:/var/lib/docker/overlay2/0fc26e1e4b0a4ed214eb76e62a90341223f4b64053ae16f8e83991660aaeafb4/diff:/var/lib/docker/overlay2/b52af23c0457a4220702019b9b54b5fab3dde35d03156750e8b07f8648d94ef9/diff:/var/lib/docker/overlay2/4d3d8a76d62173973902d30c609e39199a9b8d5e173a8ecfbc48ae90766e919c/diff",
|
||||
"MergedDir": "/var/lib/docker/overlay2/3433eb860df705d53faf849691eabd1d0c82505c222b48ffc58ca04461c3764c/merged",
|
||||
"UpperDir": "/var/lib/docker/overlay2/3433eb860df705d53faf849691eabd1d0c82505c222b48ffc58ca04461c3764c/diff",
|
||||
"WorkDir": "/var/lib/docker/overlay2/3433eb860df705d53faf849691eabd1d0c82505c222b48ffc58ca04461c3764c/work"
|
||||
},
|
||||
"Name": "overlay2"
|
||||
},
|
||||
"Mounts": [
|
||||
{
|
||||
"Type": "bind",
|
||||
"Source": "/var/run/docker.sock",
|
||||
"Destination": "/var/run/docker.sock",
|
||||
"Mode": "",
|
||||
"RW": true,
|
||||
"Propagation": "rprivate"
|
||||
},
|
||||
{
|
||||
"Type": "bind",
|
||||
"Source": "/var/lib/docker/volumes",
|
||||
"Destination": "/var/lib/docker/volumes",
|
||||
"Mode": "",
|
||||
"RW": true,
|
||||
"Propagation": "rslave"
|
||||
}
|
||||
],
|
||||
"Config": {
|
||||
"Hostname": "24807cd23d8a",
|
||||
"Domainname": "",
|
||||
"User": "",
|
||||
"AttachStdin": false,
|
||||
"AttachStdout": false,
|
||||
"AttachStderr": false,
|
||||
"ExposedPorts": {
|
||||
"9001/tcp": {}
|
||||
},
|
||||
"Tty": false,
|
||||
"OpenStdin": false,
|
||||
"StdinOnce": false,
|
||||
"Env": [
|
||||
"PATH=/app:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
],
|
||||
"Cmd": null,
|
||||
"Image": "portainer/agent:latest",
|
||||
"Volumes": null,
|
||||
"WorkingDir": "/app",
|
||||
"Entrypoint": [
|
||||
"./agent"
|
||||
],
|
||||
"OnBuild": null,
|
||||
"Labels": {
|
||||
"io.portainer.agent": "true"
|
||||
}
|
||||
},
|
||||
"NetworkSettings": {
|
||||
"Bridge": "",
|
||||
"SandboxID": "b8649a1f1a7feab88aa7b4121d09683ba63dfc08b581e2d1dfca93bbaf4eeb35",
|
||||
"SandboxKey": "/var/run/docker/netns/b8649a1f1a7f",
|
||||
"Ports": {
|
||||
"9001/tcp": [
|
||||
{
|
||||
"HostIp": "0.0.0.0",
|
||||
"HostPort": "9001"
|
||||
}
|
||||
]
|
||||
},
|
||||
"HairpinMode": false,
|
||||
"LinkLocalIPv6Address": "",
|
||||
"LinkLocalIPv6PrefixLen": 0,
|
||||
"SecondaryIPAddresses": null,
|
||||
"SecondaryIPv6Addresses": null,
|
||||
"EndpointID": "6fefbcaca55eccc2d9410a28e0117d47505f77aaa539e78ceef6609497222156",
|
||||
"Gateway": "172.17.0.1",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"IPAddress": "172.17.0.4",
|
||||
"IPPrefixLen": 16,
|
||||
"IPv6Gateway": "",
|
||||
"MacAddress": "c2:4d:f0:bc:46:3a",
|
||||
"Networks": {
|
||||
"bridge": {
|
||||
"IPAMConfig": null,
|
||||
"Links": null,
|
||||
"Aliases": [],
|
||||
"MacAddress": "c2:4d:f0:bc:46:3a",
|
||||
"DriverOpts": null,
|
||||
"GwPriority": 0,
|
||||
"NetworkID": "a1b3d15979122770c853342925487fc844ee8601db61316f1cd757c72b37c88c",
|
||||
"EndpointID": "6fefbcaca55eccc2d9410a28e0117d47505f77aaa539e78ceef6609497222156",
|
||||
"Gateway": "172.17.0.1",
|
||||
"IPAddress": "172.17.0.4",
|
||||
"IPPrefixLen": 16,
|
||||
"IPv6Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"DNSNames": null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,302 @@
|
||||
[
|
||||
{
|
||||
"Id": "2d6d1c4f83ddb588d8ca7c0ee8b19210426586387346c2e2416a549feb76d8d6",
|
||||
"Created": "2025-07-24T00:16:02.559456969Z",
|
||||
"Path": "tini",
|
||||
"Args": [
|
||||
"--",
|
||||
"/init.sh",
|
||||
"--port",
|
||||
"80",
|
||||
"--database",
|
||||
"/data/database.db",
|
||||
"--root",
|
||||
"/srv"
|
||||
],
|
||||
"State": {
|
||||
"Status": "restarting",
|
||||
"Running": true,
|
||||
"Paused": false,
|
||||
"Restarting": true,
|
||||
"OOMKilled": false,
|
||||
"Dead": false,
|
||||
"Pid": 0,
|
||||
"ExitCode": 1,
|
||||
"Error": "",
|
||||
"StartedAt": "2025-08-24T15:27:25.596661687Z",
|
||||
"FinishedAt": "2025-08-24T15:27:25.903927943Z",
|
||||
"Health": {
|
||||
"Status": "unhealthy",
|
||||
"FailingStreak": 0,
|
||||
"Log": []
|
||||
}
|
||||
},
|
||||
"Image": "sha256:5cffd496f05feab396e1ea44910cdad5836c1da9df34e44e53044ce6e635315a",
|
||||
"ResolvConfPath": "/var/lib/docker/containers/2d6d1c4f83ddb588d8ca7c0ee8b19210426586387346c2e2416a549feb76d8d6/resolv.conf",
|
||||
"HostnamePath": "/var/lib/docker/containers/2d6d1c4f83ddb588d8ca7c0ee8b19210426586387346c2e2416a549feb76d8d6/hostname",
|
||||
"HostsPath": "/var/lib/docker/containers/2d6d1c4f83ddb588d8ca7c0ee8b19210426586387346c2e2416a549feb76d8d6/hosts",
|
||||
"LogPath": "/var/lib/docker/containers/2d6d1c4f83ddb588d8ca7c0ee8b19210426586387346c2e2416a549feb76d8d6/2d6d1c4f83ddb588d8ca7c0ee8b19210426586387346c2e2416a549feb76d8d6-json.log",
|
||||
"Name": "/sad_moser",
|
||||
"RestartCount": 3148,
|
||||
"Driver": "overlay2",
|
||||
"Platform": "linux",
|
||||
"MountLabel": "",
|
||||
"ProcessLabel": "",
|
||||
"AppArmorProfile": "docker-default",
|
||||
"ExecIDs": null,
|
||||
"HostConfig": {
|
||||
"Binds": [
|
||||
"bbf0315555dbaa76dde0e8f6d666e54db7c8ad42bba6c0a198203945d30d1be5:/data",
|
||||
"dc913ee5a837413a55bc0b6c5493c487c2ce112938a37df929731421b22b43d2:/srv"
|
||||
],
|
||||
"ContainerIDFile": "",
|
||||
"LogConfig": {
|
||||
"Type": "json-file",
|
||||
"Config": {}
|
||||
},
|
||||
"NetworkMode": "bridge",
|
||||
"PortBindings": {
|
||||
"80/tcp": [
|
||||
{
|
||||
"HostIp": "",
|
||||
"HostPort": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"RestartPolicy": {
|
||||
"Name": "always",
|
||||
"MaximumRetryCount": 0
|
||||
},
|
||||
"AutoRemove": false,
|
||||
"VolumeDriver": "",
|
||||
"VolumesFrom": null,
|
||||
"ConsoleSize": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"CapAdd": null,
|
||||
"CapDrop": null,
|
||||
"CgroupnsMode": "private",
|
||||
"Dns": [],
|
||||
"DnsOptions": [],
|
||||
"DnsSearch": [],
|
||||
"ExtraHosts": [],
|
||||
"GroupAdd": null,
|
||||
"IpcMode": "private",
|
||||
"Cgroup": "",
|
||||
"Links": null,
|
||||
"OomScoreAdj": 0,
|
||||
"PidMode": "",
|
||||
"Privileged": false,
|
||||
"PublishAllPorts": false,
|
||||
"ReadonlyRootfs": false,
|
||||
"SecurityOpt": null,
|
||||
"UTSMode": "",
|
||||
"UsernsMode": "",
|
||||
"ShmSize": 67108864,
|
||||
"Runtime": "runc",
|
||||
"Isolation": "",
|
||||
"CpuShares": 0,
|
||||
"Memory": 0,
|
||||
"NanoCpus": 0,
|
||||
"CgroupParent": "",
|
||||
"BlkioWeight": 0,
|
||||
"BlkioWeightDevice": null,
|
||||
"BlkioDeviceReadBps": null,
|
||||
"BlkioDeviceWriteBps": null,
|
||||
"BlkioDeviceReadIOps": null,
|
||||
"BlkioDeviceWriteIOps": null,
|
||||
"CpuPeriod": 0,
|
||||
"CpuQuota": 0,
|
||||
"CpuRealtimePeriod": 0,
|
||||
"CpuRealtimeRuntime": 0,
|
||||
"CpusetCpus": "",
|
||||
"CpusetMems": "",
|
||||
"Devices": null,
|
||||
"DeviceCgroupRules": null,
|
||||
"DeviceRequests": null,
|
||||
"MemoryReservation": 0,
|
||||
"MemorySwap": 0,
|
||||
"MemorySwappiness": null,
|
||||
"OomKillDisable": null,
|
||||
"PidsLimit": null,
|
||||
"Ulimits": null,
|
||||
"CpuCount": 0,
|
||||
"CpuPercent": 0,
|
||||
"IOMaximumIOps": 0,
|
||||
"IOMaximumBandwidth": 0,
|
||||
"MaskedPaths": [
|
||||
"/proc/asound",
|
||||
"/proc/acpi",
|
||||
"/proc/interrupts",
|
||||
"/proc/kcore",
|
||||
"/proc/keys",
|
||||
"/proc/latency_stats",
|
||||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
"/proc/scsi",
|
||||
"/sys/firmware",
|
||||
"/sys/devices/virtual/powercap",
|
||||
"/sys/devices/system/cpu/cpu0/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu1/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu2/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu3/thermal_throttle"
|
||||
],
|
||||
"ReadonlyPaths": [
|
||||
"/proc/bus",
|
||||
"/proc/fs",
|
||||
"/proc/irq",
|
||||
"/proc/sys",
|
||||
"/proc/sysrq-trigger"
|
||||
]
|
||||
},
|
||||
"GraphDriver": {
|
||||
"Data": {
|
||||
"ID": "2d6d1c4f83ddb588d8ca7c0ee8b19210426586387346c2e2416a549feb76d8d6",
|
||||
"LowerDir": "/var/lib/docker/overlay2/d814611ebadd6869cb17aba31828ad59427d160ea1e7a841f55c541be610d49e-init/diff:/var/lib/docker/overlay2/71af9e0e7f2ff7a593edaba2176168941f58460a17611c063a22585813360a59/diff:/var/lib/docker/overlay2/eca39955993d215d96616653e8ed97c4113566c5a884f2aadd5bdf6afad36358/diff:/var/lib/docker/overlay2/e54f9c72c1d71c403cf770fc8451f2f4856375a96bc64a05277f3694247f65e8/diff:/var/lib/docker/overlay2/0b878eda24ab263d63a8d2203e333bd1fee081a20560e0d42149f1c9d7761412/diff:/var/lib/docker/overlay2/c0b96498350352322ce0edf4a6c4221f93813e68bad1477940e8acd330c2d172/diff:/var/lib/docker/overlay2/fe8750b10dc5a4e5ad670474a73a653520577a9e2e2f8b0e9a96fb05c44da89f/diff:/var/lib/docker/overlay2/9f8f773351b1cbe56cd4eb2a617be2ff1ea8c87260098994217a47ad4b2e03e2/diff:/var/lib/docker/overlay2/a08da52eb4d31edb480215fc3abe00d380971badf39836437762ba372698b5d6/diff:/var/lib/docker/overlay2/ff7d2d4526a7abade696772d543668473d89b1839cfe65fec3999f286fef92be/diff:/var/lib/docker/overlay2/5c40530bd93940a8f58401904672bc7d67f9d873f0a7883e6d36e3329e05c265/diff:/var/lib/docker/overlay2/7e17d3e92b27c4b81d90ec666e36760a91c6dd6b7ce7cce220a26656fcc0f993/diff:/var/lib/docker/overlay2/fea30032381ba5012f116670361a2b73b5247528f2be6676a8cfa310043dae96/diff",
|
||||
"MergedDir": "/var/lib/docker/overlay2/d814611ebadd6869cb17aba31828ad59427d160ea1e7a841f55c541be610d49e/merged",
|
||||
"UpperDir": "/var/lib/docker/overlay2/d814611ebadd6869cb17aba31828ad59427d160ea1e7a841f55c541be610d49e/diff",
|
||||
"WorkDir": "/var/lib/docker/overlay2/d814611ebadd6869cb17aba31828ad59427d160ea1e7a841f55c541be610d49e/work"
|
||||
},
|
||||
"Name": "overlay2"
|
||||
},
|
||||
"Mounts": [
|
||||
{
|
||||
"Type": "volume",
|
||||
"Name": "890112767db1aca83faf31461b6f2142af9d9b1b5cf0ac172ec2e6600a07c27b",
|
||||
"Source": "/var/lib/docker/volumes/890112767db1aca83faf31461b6f2142af9d9b1b5cf0ac172ec2e6600a07c27b/_data",
|
||||
"Destination": "/config",
|
||||
"Driver": "local",
|
||||
"Mode": "",
|
||||
"RW": true,
|
||||
"Propagation": ""
|
||||
},
|
||||
{
|
||||
"Type": "volume",
|
||||
"Name": "bbf0315555dbaa76dde0e8f6d666e54db7c8ad42bba6c0a198203945d30d1be5",
|
||||
"Source": "/var/lib/docker/volumes/bbf0315555dbaa76dde0e8f6d666e54db7c8ad42bba6c0a198203945d30d1be5/_data",
|
||||
"Destination": "/data",
|
||||
"Driver": "local",
|
||||
"Mode": "z",
|
||||
"RW": true,
|
||||
"Propagation": ""
|
||||
},
|
||||
{
|
||||
"Type": "volume",
|
||||
"Name": "c3f792d6fa811027c724a4ed4bbb029b64b8ac0c2c81150baea556f7638f59da",
|
||||
"Source": "/var/lib/docker/volumes/c3f792d6fa811027c724a4ed4bbb029b64b8ac0c2c81150baea556f7638f59da/_data",
|
||||
"Destination": "/database",
|
||||
"Driver": "local",
|
||||
"Mode": "",
|
||||
"RW": true,
|
||||
"Propagation": ""
|
||||
},
|
||||
{
|
||||
"Type": "volume",
|
||||
"Name": "dc913ee5a837413a55bc0b6c5493c487c2ce112938a37df929731421b22b43d2",
|
||||
"Source": "/var/lib/docker/volumes/dc913ee5a837413a55bc0b6c5493c487c2ce112938a37df929731421b22b43d2/_data",
|
||||
"Destination": "/srv",
|
||||
"Driver": "local",
|
||||
"Mode": "z",
|
||||
"RW": true,
|
||||
"Propagation": ""
|
||||
}
|
||||
],
|
||||
"Config": {
|
||||
"Hostname": "2d6d1c4f83dd",
|
||||
"Domainname": "",
|
||||
"User": "user",
|
||||
"AttachStdin": false,
|
||||
"AttachStdout": false,
|
||||
"AttachStderr": false,
|
||||
"ExposedPorts": {
|
||||
"80/tcp": {}
|
||||
},
|
||||
"Tty": false,
|
||||
"OpenStdin": false,
|
||||
"StdinOnce": false,
|
||||
"Env": [
|
||||
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||
"UID=1000",
|
||||
"GID=1000"
|
||||
],
|
||||
"Cmd": [
|
||||
"--port",
|
||||
"80",
|
||||
"--database",
|
||||
"/data/database.db",
|
||||
"--root",
|
||||
"/srv"
|
||||
],
|
||||
"Healthcheck": {
|
||||
"Test": [
|
||||
"CMD-SHELL",
|
||||
"/healthcheck.sh"
|
||||
],
|
||||
"Interval": 5000000000,
|
||||
"Timeout": 3000000000,
|
||||
"StartPeriod": 2000000000
|
||||
},
|
||||
"Image": "filebrowser/filebrowser:latest",
|
||||
"Volumes": {
|
||||
"/config": {},
|
||||
"/data": {},
|
||||
"/database": {},
|
||||
"/srv": {}
|
||||
},
|
||||
"WorkingDir": "",
|
||||
"Entrypoint": [
|
||||
"tini",
|
||||
"--",
|
||||
"/init.sh"
|
||||
],
|
||||
"OnBuild": null,
|
||||
"Labels": {
|
||||
"org.opencontainers.image.created": "2025-07-22T06:31:25Z",
|
||||
"org.opencontainers.image.name": "filebrowser",
|
||||
"org.opencontainers.image.revision": "e5e1b6dee48d5d2845350854d4b052458710f286",
|
||||
"org.opencontainers.image.source": "https://github.com/filebrowser/filebrowser",
|
||||
"org.opencontainers.image.version": "2.41.0"
|
||||
}
|
||||
},
|
||||
"NetworkSettings": {
|
||||
"Bridge": "",
|
||||
"SandboxID": "",
|
||||
"SandboxKey": "",
|
||||
"Ports": {},
|
||||
"HairpinMode": false,
|
||||
"LinkLocalIPv6Address": "",
|
||||
"LinkLocalIPv6PrefixLen": 0,
|
||||
"SecondaryIPAddresses": null,
|
||||
"SecondaryIPv6Addresses": null,
|
||||
"EndpointID": "",
|
||||
"Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"IPAddress": "",
|
||||
"IPPrefixLen": 0,
|
||||
"IPv6Gateway": "",
|
||||
"MacAddress": "",
|
||||
"Networks": {
|
||||
"bridge": {
|
||||
"IPAMConfig": null,
|
||||
"Links": null,
|
||||
"Aliases": null,
|
||||
"MacAddress": "",
|
||||
"DriverOpts": null,
|
||||
"GwPriority": 0,
|
||||
"NetworkID": "a1b3d15979122770c853342925487fc844ee8601db61316f1cd757c72b37c88c",
|
||||
"EndpointID": "",
|
||||
"Gateway": "",
|
||||
"IPAddress": "",
|
||||
"IPPrefixLen": 0,
|
||||
"IPv6Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"DNSNames": null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,291 @@
|
||||
[
|
||||
{
|
||||
"Id": "d269ab80f8a5427f66ef4d091e7f457ec8eab3c9e769ac1f20cccfdecc1835f2",
|
||||
"Created": "2025-05-23T21:01:45.323321868Z",
|
||||
"Path": "/watchtower",
|
||||
"Args": [
|
||||
"--cleanup",
|
||||
"--schedule",
|
||||
"0 0 2 * * *"
|
||||
],
|
||||
"State": {
|
||||
"Status": "running",
|
||||
"Running": true,
|
||||
"Paused": false,
|
||||
"Restarting": false,
|
||||
"OOMKilled": false,
|
||||
"Dead": false,
|
||||
"Pid": 2836,
|
||||
"ExitCode": 0,
|
||||
"Error": "",
|
||||
"StartedAt": "2025-08-22T10:56:15.751941234Z",
|
||||
"FinishedAt": "2025-08-22T10:56:14.196176105Z",
|
||||
"Health": {
|
||||
"Status": "healthy",
|
||||
"FailingStreak": 0,
|
||||
"Log": [
|
||||
{
|
||||
"Start": "2025-08-24T11:25:54.9133663-04:00",
|
||||
"End": "2025-08-24T11:25:55.012231566-04:00",
|
||||
"ExitCode": 0,
|
||||
"Output": ""
|
||||
},
|
||||
{
|
||||
"Start": "2025-08-24T11:26:25.014869786-04:00",
|
||||
"End": "2025-08-24T11:26:25.086517821-04:00",
|
||||
"ExitCode": 0,
|
||||
"Output": ""
|
||||
},
|
||||
{
|
||||
"Start": "2025-08-24T11:26:55.088024176-04:00",
|
||||
"End": "2025-08-24T11:26:55.144514318-04:00",
|
||||
"ExitCode": 0,
|
||||
"Output": ""
|
||||
},
|
||||
{
|
||||
"Start": "2025-08-24T11:27:25.145821541-04:00",
|
||||
"End": "2025-08-24T11:27:25.203504783-04:00",
|
||||
"ExitCode": 0,
|
||||
"Output": ""
|
||||
},
|
||||
{
|
||||
"Start": "2025-08-24T11:27:55.204546628-04:00",
|
||||
"End": "2025-08-24T11:27:55.270956605-04:00",
|
||||
"ExitCode": 0,
|
||||
"Output": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Image": "sha256:e7dd50d07b86c380dd53caeb7778da052d1a8fc2c606644a419afa35e9f5691e",
|
||||
"ResolvConfPath": "/var/lib/docker/containers/d269ab80f8a5427f66ef4d091e7f457ec8eab3c9e769ac1f20cccfdecc1835f2/resolv.conf",
|
||||
"HostnamePath": "/var/lib/docker/containers/d269ab80f8a5427f66ef4d091e7f457ec8eab3c9e769ac1f20cccfdecc1835f2/hostname",
|
||||
"HostsPath": "/var/lib/docker/containers/d269ab80f8a5427f66ef4d091e7f457ec8eab3c9e769ac1f20cccfdecc1835f2/hosts",
|
||||
"LogPath": "/var/lib/docker/containers/d269ab80f8a5427f66ef4d091e7f457ec8eab3c9e769ac1f20cccfdecc1835f2/d269ab80f8a5427f66ef4d091e7f457ec8eab3c9e769ac1f20cccfdecc1835f2-json.log",
|
||||
"Name": "/watchtower-watchtower-1",
|
||||
"RestartCount": 0,
|
||||
"Driver": "overlay2",
|
||||
"Platform": "linux",
|
||||
"MountLabel": "",
|
||||
"ProcessLabel": "",
|
||||
"AppArmorProfile": "docker-default",
|
||||
"ExecIDs": null,
|
||||
"HostConfig": {
|
||||
"Binds": [
|
||||
"/var/run/docker.sock:/var/run/docker.sock:rw"
|
||||
],
|
||||
"ContainerIDFile": "",
|
||||
"LogConfig": {
|
||||
"Type": "json-file",
|
||||
"Config": {}
|
||||
},
|
||||
"NetworkMode": "watchtower_default",
|
||||
"PortBindings": {},
|
||||
"RestartPolicy": {
|
||||
"Name": "unless-stopped",
|
||||
"MaximumRetryCount": 0
|
||||
},
|
||||
"AutoRemove": false,
|
||||
"VolumeDriver": "",
|
||||
"VolumesFrom": null,
|
||||
"ConsoleSize": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"CapAdd": null,
|
||||
"CapDrop": null,
|
||||
"CgroupnsMode": "private",
|
||||
"Dns": [],
|
||||
"DnsOptions": [],
|
||||
"DnsSearch": [],
|
||||
"ExtraHosts": [],
|
||||
"GroupAdd": null,
|
||||
"IpcMode": "private",
|
||||
"Cgroup": "",
|
||||
"Links": null,
|
||||
"OomScoreAdj": 0,
|
||||
"PidMode": "",
|
||||
"Privileged": false,
|
||||
"PublishAllPorts": false,
|
||||
"ReadonlyRootfs": false,
|
||||
"SecurityOpt": null,
|
||||
"UTSMode": "",
|
||||
"UsernsMode": "",
|
||||
"ShmSize": 67108864,
|
||||
"Runtime": "runc",
|
||||
"Isolation": "",
|
||||
"CpuShares": 0,
|
||||
"Memory": 0,
|
||||
"NanoCpus": 0,
|
||||
"CgroupParent": "",
|
||||
"BlkioWeight": 0,
|
||||
"BlkioWeightDevice": null,
|
||||
"BlkioDeviceReadBps": null,
|
||||
"BlkioDeviceWriteBps": null,
|
||||
"BlkioDeviceReadIOps": null,
|
||||
"BlkioDeviceWriteIOps": null,
|
||||
"CpuPeriod": 0,
|
||||
"CpuQuota": 0,
|
||||
"CpuRealtimePeriod": 0,
|
||||
"CpuRealtimeRuntime": 0,
|
||||
"CpusetCpus": "",
|
||||
"CpusetMems": "",
|
||||
"Devices": null,
|
||||
"DeviceCgroupRules": null,
|
||||
"DeviceRequests": null,
|
||||
"MemoryReservation": 0,
|
||||
"MemorySwap": 0,
|
||||
"MemorySwappiness": null,
|
||||
"OomKillDisable": null,
|
||||
"PidsLimit": null,
|
||||
"Ulimits": null,
|
||||
"CpuCount": 0,
|
||||
"CpuPercent": 0,
|
||||
"IOMaximumIOps": 0,
|
||||
"IOMaximumBandwidth": 0,
|
||||
"MaskedPaths": [
|
||||
"/proc/asound",
|
||||
"/proc/acpi",
|
||||
"/proc/interrupts",
|
||||
"/proc/kcore",
|
||||
"/proc/keys",
|
||||
"/proc/latency_stats",
|
||||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
"/proc/scsi",
|
||||
"/sys/firmware",
|
||||
"/sys/devices/virtual/powercap",
|
||||
"/sys/devices/system/cpu/cpu0/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu1/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu2/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu3/thermal_throttle"
|
||||
],
|
||||
"ReadonlyPaths": [
|
||||
"/proc/bus",
|
||||
"/proc/fs",
|
||||
"/proc/irq",
|
||||
"/proc/sys",
|
||||
"/proc/sysrq-trigger"
|
||||
]
|
||||
},
|
||||
"GraphDriver": {
|
||||
"Data": {
|
||||
"ID": "d269ab80f8a5427f66ef4d091e7f457ec8eab3c9e769ac1f20cccfdecc1835f2",
|
||||
"LowerDir": "/var/lib/docker/overlay2/4cad63c70a53404193aced3da9d8fe330cb9e0a9938ef1a4016bfac90099dba3-init/diff:/var/lib/docker/overlay2/f4563ebed7feff160c1f55ae54c45411b01fea0b63788e17a13c56c128b112e9/diff:/var/lib/docker/overlay2/4f10ca3f83f0b5a03900700a1580b2a1222ca793ca0e3128c1588e6cb7e1bb59/diff:/var/lib/docker/overlay2/0468586f4e696c535d0fd94e94903a861194d05a28447a8eb8dbc9438bf8fc9e/diff",
|
||||
"MergedDir": "/var/lib/docker/overlay2/4cad63c70a53404193aced3da9d8fe330cb9e0a9938ef1a4016bfac90099dba3/merged",
|
||||
"UpperDir": "/var/lib/docker/overlay2/4cad63c70a53404193aced3da9d8fe330cb9e0a9938ef1a4016bfac90099dba3/diff",
|
||||
"WorkDir": "/var/lib/docker/overlay2/4cad63c70a53404193aced3da9d8fe330cb9e0a9938ef1a4016bfac90099dba3/work"
|
||||
},
|
||||
"Name": "overlay2"
|
||||
},
|
||||
"Mounts": [
|
||||
{
|
||||
"Type": "bind",
|
||||
"Source": "/var/run/docker.sock",
|
||||
"Destination": "/var/run/docker.sock",
|
||||
"Mode": "rw",
|
||||
"RW": true,
|
||||
"Propagation": "rprivate"
|
||||
}
|
||||
],
|
||||
"Config": {
|
||||
"Hostname": "d269ab80f8a5",
|
||||
"Domainname": "",
|
||||
"User": "",
|
||||
"AttachStdin": false,
|
||||
"AttachStdout": true,
|
||||
"AttachStderr": true,
|
||||
"ExposedPorts": {
|
||||
"8080/tcp": {}
|
||||
},
|
||||
"Tty": false,
|
||||
"OpenStdin": false,
|
||||
"StdinOnce": false,
|
||||
"Env": [
|
||||
"TZ=America/New_York",
|
||||
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
],
|
||||
"Cmd": [
|
||||
"--cleanup",
|
||||
"--schedule",
|
||||
"0 0 2 * * *"
|
||||
],
|
||||
"Healthcheck": {
|
||||
"Test": [
|
||||
"CMD",
|
||||
"/watchtower",
|
||||
"--health-check"
|
||||
]
|
||||
},
|
||||
"Image": "containrrr/watchtower",
|
||||
"Volumes": null,
|
||||
"WorkingDir": "/",
|
||||
"Entrypoint": [
|
||||
"/watchtower"
|
||||
],
|
||||
"OnBuild": null,
|
||||
"Labels": {
|
||||
"com.centurylinklabs.watchtower": "true",
|
||||
"com.docker.compose.config-hash": "6519c48f19da48badfc681c9948581381dce361a3e4db664c06823a9538e05a7",
|
||||
"com.docker.compose.container-number": "1",
|
||||
"com.docker.compose.depends_on": "",
|
||||
"com.docker.compose.image": "sha256:e7dd50d07b86c380dd53caeb7778da052d1a8fc2c606644a419afa35e9f5691e",
|
||||
"com.docker.compose.oneoff": "False",
|
||||
"com.docker.compose.project": "watchtower",
|
||||
"com.docker.compose.project.config_files": "",
|
||||
"com.docker.compose.project.working_dir": "/data/compose/46/v2",
|
||||
"com.docker.compose.replace": "e54ea37b0e4027d7af3a74ef8813410f71f7ff9564dd5d84ed6a842229ad4805",
|
||||
"com.docker.compose.service": "watchtower",
|
||||
"com.docker.compose.version": ""
|
||||
}
|
||||
},
|
||||
"NetworkSettings": {
|
||||
"Bridge": "",
|
||||
"SandboxID": "30647acfe2009ab5f78bf9a5d11fcc43f020f1f1c996d34e48c2372afa590a71",
|
||||
"SandboxKey": "/var/run/docker/netns/30647acfe200",
|
||||
"Ports": {
|
||||
"8080/tcp": null
|
||||
},
|
||||
"HairpinMode": false,
|
||||
"LinkLocalIPv6Address": "",
|
||||
"LinkLocalIPv6PrefixLen": 0,
|
||||
"SecondaryIPAddresses": null,
|
||||
"SecondaryIPv6Addresses": null,
|
||||
"EndpointID": "",
|
||||
"Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"IPAddress": "",
|
||||
"IPPrefixLen": 0,
|
||||
"IPv6Gateway": "",
|
||||
"MacAddress": "",
|
||||
"Networks": {
|
||||
"watchtower_default": {
|
||||
"IPAMConfig": null,
|
||||
"Links": null,
|
||||
"Aliases": [
|
||||
"watchtower-watchtower-1",
|
||||
"watchtower"
|
||||
],
|
||||
"MacAddress": "16:46:ee:f3:f3:b5",
|
||||
"DriverOpts": null,
|
||||
"GwPriority": 0,
|
||||
"NetworkID": "4b4f41534d724580baebf334c41e7aa9289e14eaaff67385c64850e368913ff0",
|
||||
"EndpointID": "755d68b27574934c685aabed743fa7917efa43b935e100895abe8ec6baa1d00c",
|
||||
"Gateway": "172.20.0.1",
|
||||
"IPAddress": "172.20.0.2",
|
||||
"IPPrefixLen": 16,
|
||||
"IPv6Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"DNSNames": [
|
||||
"watchtower-watchtower-1",
|
||||
"watchtower",
|
||||
"d269ab80f8a5"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,240 @@
|
||||
[
|
||||
{
|
||||
"Id": "3adb056a4df26a8bdef76810ab969d592c7f7e13943bfd825f9faa51a3cefe49",
|
||||
"Created": "2025-08-04T19:19:00.641375013Z",
|
||||
"Path": "bash",
|
||||
"Args": [
|
||||
"/run.sh",
|
||||
"--model",
|
||||
"tiny-int8",
|
||||
"--language",
|
||||
"en",
|
||||
"--uri",
|
||||
"tcp://0.0.0.0:10300",
|
||||
"--data-dir",
|
||||
"/data"
|
||||
],
|
||||
"State": {
|
||||
"Status": "running",
|
||||
"Running": true,
|
||||
"Paused": false,
|
||||
"Restarting": false,
|
||||
"OOMKilled": false,
|
||||
"Dead": false,
|
||||
"Pid": 2819,
|
||||
"ExitCode": 0,
|
||||
"Error": "",
|
||||
"StartedAt": "2025-08-22T10:56:15.759638124Z",
|
||||
"FinishedAt": "2025-08-22T10:56:14.196070383Z"
|
||||
},
|
||||
"Image": "sha256:07c182a447fb456911f2202293b43868ef9bbbfe48aa06c4067891e2a6c2ea53",
|
||||
"ResolvConfPath": "/var/lib/docker/containers/3adb056a4df26a8bdef76810ab969d592c7f7e13943bfd825f9faa51a3cefe49/resolv.conf",
|
||||
"HostnamePath": "/var/lib/docker/containers/3adb056a4df26a8bdef76810ab969d592c7f7e13943bfd825f9faa51a3cefe49/hostname",
|
||||
"HostsPath": "/var/lib/docker/containers/3adb056a4df26a8bdef76810ab969d592c7f7e13943bfd825f9faa51a3cefe49/hosts",
|
||||
"LogPath": "/var/lib/docker/containers/3adb056a4df26a8bdef76810ab969d592c7f7e13943bfd825f9faa51a3cefe49/3adb056a4df26a8bdef76810ab969d592c7f7e13943bfd825f9faa51a3cefe49-json.log",
|
||||
"Name": "/wyoming-whisper",
|
||||
"RestartCount": 0,
|
||||
"Driver": "overlay2",
|
||||
"Platform": "linux",
|
||||
"MountLabel": "",
|
||||
"ProcessLabel": "",
|
||||
"AppArmorProfile": "docker-default",
|
||||
"ExecIDs": null,
|
||||
"HostConfig": {
|
||||
"Binds": null,
|
||||
"ContainerIDFile": "",
|
||||
"LogConfig": {
|
||||
"Type": "json-file",
|
||||
"Config": {}
|
||||
},
|
||||
"NetworkMode": "bridge",
|
||||
"PortBindings": {
|
||||
"10300/tcp": [
|
||||
{
|
||||
"HostIp": "",
|
||||
"HostPort": "10300"
|
||||
}
|
||||
]
|
||||
},
|
||||
"RestartPolicy": {
|
||||
"Name": "unless-stopped",
|
||||
"MaximumRetryCount": 0
|
||||
},
|
||||
"AutoRemove": false,
|
||||
"VolumeDriver": "",
|
||||
"VolumesFrom": null,
|
||||
"ConsoleSize": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"CapAdd": null,
|
||||
"CapDrop": null,
|
||||
"CgroupnsMode": "private",
|
||||
"Dns": [],
|
||||
"DnsOptions": [],
|
||||
"DnsSearch": [],
|
||||
"ExtraHosts": null,
|
||||
"GroupAdd": null,
|
||||
"IpcMode": "private",
|
||||
"Cgroup": "",
|
||||
"Links": null,
|
||||
"OomScoreAdj": 0,
|
||||
"PidMode": "",
|
||||
"Privileged": false,
|
||||
"PublishAllPorts": false,
|
||||
"ReadonlyRootfs": false,
|
||||
"SecurityOpt": null,
|
||||
"UTSMode": "",
|
||||
"UsernsMode": "",
|
||||
"ShmSize": 67108864,
|
||||
"Runtime": "runc",
|
||||
"Isolation": "",
|
||||
"CpuShares": 0,
|
||||
"Memory": 0,
|
||||
"NanoCpus": 0,
|
||||
"CgroupParent": "",
|
||||
"BlkioWeight": 0,
|
||||
"BlkioWeightDevice": [],
|
||||
"BlkioDeviceReadBps": [],
|
||||
"BlkioDeviceWriteBps": [],
|
||||
"BlkioDeviceReadIOps": [],
|
||||
"BlkioDeviceWriteIOps": [],
|
||||
"CpuPeriod": 0,
|
||||
"CpuQuota": 0,
|
||||
"CpuRealtimePeriod": 0,
|
||||
"CpuRealtimeRuntime": 0,
|
||||
"CpusetCpus": "",
|
||||
"CpusetMems": "",
|
||||
"Devices": [],
|
||||
"DeviceCgroupRules": null,
|
||||
"DeviceRequests": null,
|
||||
"MemoryReservation": 0,
|
||||
"MemorySwap": 0,
|
||||
"MemorySwappiness": null,
|
||||
"OomKillDisable": null,
|
||||
"PidsLimit": null,
|
||||
"Ulimits": [],
|
||||
"CpuCount": 0,
|
||||
"CpuPercent": 0,
|
||||
"IOMaximumIOps": 0,
|
||||
"IOMaximumBandwidth": 0,
|
||||
"MaskedPaths": [
|
||||
"/proc/asound",
|
||||
"/proc/acpi",
|
||||
"/proc/interrupts",
|
||||
"/proc/kcore",
|
||||
"/proc/keys",
|
||||
"/proc/latency_stats",
|
||||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
"/proc/scsi",
|
||||
"/sys/firmware",
|
||||
"/sys/devices/virtual/powercap",
|
||||
"/sys/devices/system/cpu/cpu0/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu1/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu2/thermal_throttle",
|
||||
"/sys/devices/system/cpu/cpu3/thermal_throttle"
|
||||
],
|
||||
"ReadonlyPaths": [
|
||||
"/proc/bus",
|
||||
"/proc/fs",
|
||||
"/proc/irq",
|
||||
"/proc/sys",
|
||||
"/proc/sysrq-trigger"
|
||||
]
|
||||
},
|
||||
"GraphDriver": {
|
||||
"Data": {
|
||||
"ID": "3adb056a4df26a8bdef76810ab969d592c7f7e13943bfd825f9faa51a3cefe49",
|
||||
"LowerDir": "/var/lib/docker/overlay2/cc14f7164c79ede3d689254e40d118fb130eddb68ba1101e10d6ad2de7d2c070-init/diff:/var/lib/docker/overlay2/b7546adc3ced584a1e82cac0a91888e60b520ce98e44b4ee1f75e7930e90c21e/diff:/var/lib/docker/overlay2/0c2a1b05a603b7b0088a3b74c56c0b6f936d5fd7653ca1bb44080699c80fee71/diff:/var/lib/docker/overlay2/8fcc450c81b3f32df5d769ca5e468215b2241feb05f1a1be0dfb478ce69932ed/diff:/var/lib/docker/overlay2/28fcfae0c19647c603b812ade99fea3e66750375616c7f45acee27ce857a898a/diff",
|
||||
"MergedDir": "/var/lib/docker/overlay2/cc14f7164c79ede3d689254e40d118fb130eddb68ba1101e10d6ad2de7d2c070/merged",
|
||||
"UpperDir": "/var/lib/docker/overlay2/cc14f7164c79ede3d689254e40d118fb130eddb68ba1101e10d6ad2de7d2c070/diff",
|
||||
"WorkDir": "/var/lib/docker/overlay2/cc14f7164c79ede3d689254e40d118fb130eddb68ba1101e10d6ad2de7d2c070/work"
|
||||
},
|
||||
"Name": "overlay2"
|
||||
},
|
||||
"Mounts": [],
|
||||
"Config": {
|
||||
"Hostname": "3adb056a4df2",
|
||||
"Domainname": "",
|
||||
"User": "",
|
||||
"AttachStdin": false,
|
||||
"AttachStdout": false,
|
||||
"AttachStderr": false,
|
||||
"ExposedPorts": {
|
||||
"10300/tcp": {}
|
||||
},
|
||||
"Tty": false,
|
||||
"OpenStdin": false,
|
||||
"StdinOnce": false,
|
||||
"Env": [
|
||||
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
],
|
||||
"Cmd": [
|
||||
"--model",
|
||||
"tiny-int8",
|
||||
"--language",
|
||||
"en",
|
||||
"--uri",
|
||||
"tcp://0.0.0.0:10300",
|
||||
"--data-dir",
|
||||
"/data"
|
||||
],
|
||||
"Image": "rhasspy/wyoming-whisper",
|
||||
"Volumes": null,
|
||||
"WorkingDir": "/",
|
||||
"Entrypoint": [
|
||||
"bash",
|
||||
"/run.sh"
|
||||
],
|
||||
"OnBuild": null,
|
||||
"Labels": {}
|
||||
},
|
||||
"NetworkSettings": {
|
||||
"Bridge": "",
|
||||
"SandboxID": "103d8367867a4d4e2f041900bd66cfad43357a5664b5e66f60094e08280b0151",
|
||||
"SandboxKey": "/var/run/docker/netns/103d8367867a",
|
||||
"Ports": {
|
||||
"10300/tcp": [
|
||||
{
|
||||
"HostIp": "0.0.0.0",
|
||||
"HostPort": "10300"
|
||||
}
|
||||
]
|
||||
},
|
||||
"HairpinMode": false,
|
||||
"LinkLocalIPv6Address": "",
|
||||
"LinkLocalIPv6PrefixLen": 0,
|
||||
"SecondaryIPAddresses": null,
|
||||
"SecondaryIPv6Addresses": null,
|
||||
"EndpointID": "ebc039a5a849649720038653eac18afec1db199965d3eb17d5ca32588ddbe70e",
|
||||
"Gateway": "172.17.0.1",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"IPAddress": "172.17.0.3",
|
||||
"IPPrefixLen": 16,
|
||||
"IPv6Gateway": "",
|
||||
"MacAddress": "86:c2:66:54:60:d3",
|
||||
"Networks": {
|
||||
"bridge": {
|
||||
"IPAMConfig": null,
|
||||
"Links": null,
|
||||
"Aliases": null,
|
||||
"MacAddress": "86:c2:66:54:60:d3",
|
||||
"DriverOpts": null,
|
||||
"GwPriority": 0,
|
||||
"NetworkID": "a1b3d15979122770c853342925487fc844ee8601db61316f1cd757c72b37c88c",
|
||||
"EndpointID": "ebc039a5a849649720038653eac18afec1db199965d3eb17d5ca32588ddbe70e",
|
||||
"Gateway": "172.17.0.1",
|
||||
"IPAddress": "172.17.0.3",
|
||||
"IPPrefixLen": 16,
|
||||
"IPv6Gateway": "",
|
||||
"GlobalIPv6Address": "",
|
||||
"GlobalIPv6PrefixLen": 0,
|
||||
"DNSNames": null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,2 @@
|
||||
/home/jon/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/tests/docker-compose.yml
|
||||
/home/jon/docker/porainer-agent/docker-compose.yml
|
||||
@@ -0,0 +1,9 @@
|
||||
REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||
portainer/agent latest e1090181a1bf 4 days ago 138MB
|
||||
linuxserver/duckdns latest 5ffaa03b018d 13 days ago 35.3MB
|
||||
iib0011/omni-tools latest 7d602f56a5bf 4 weeks ago 85.4MB
|
||||
filebrowser/filebrowser latest 5cffd496f05f 4 weeks ago 22MB
|
||||
eclipse-mosquitto latest 42292b8c6592 6 weeks ago 10.3MB
|
||||
rhasspy/wyoming-whisper latest 07c182a447fb 8 months ago 562MB
|
||||
containrrr/watchtower latest e7dd50d07b86 21 months ago 14.7MB
|
||||
dalehumby/openwakeword-rhasspy latest 1cd12359962d 2 years ago 641MB
|
||||
@@ -0,0 +1,63 @@
|
||||
Client: Docker Engine - Community
|
||||
Version: 28.3.3
|
||||
Context: default
|
||||
Debug Mode: false
|
||||
Plugins:
|
||||
buildx: Docker Buildx (Docker Inc.)
|
||||
Version: v0.26.1
|
||||
Path: /usr/libexec/docker/cli-plugins/docker-buildx
|
||||
compose: Docker Compose (Docker Inc.)
|
||||
Version: v2.39.1
|
||||
Path: /usr/libexec/docker/cli-plugins/docker-compose
|
||||
|
||||
Server:
|
||||
Containers: 9
|
||||
Running: 5
|
||||
Paused: 0
|
||||
Stopped: 4
|
||||
Images: 8
|
||||
Server Version: 28.3.3
|
||||
Storage Driver: overlay2
|
||||
Backing Filesystem: extfs
|
||||
Supports d_type: true
|
||||
Using metacopy: false
|
||||
Native Overlay Diff: true
|
||||
userxattr: false
|
||||
Logging Driver: json-file
|
||||
Cgroup Driver: systemd
|
||||
Cgroup Version: 2
|
||||
Plugins:
|
||||
Volume: local
|
||||
Network: bridge host ipvlan macvlan null overlay
|
||||
Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
|
||||
CDI spec directories:
|
||||
/etc/cdi
|
||||
/var/run/cdi
|
||||
Swarm: inactive
|
||||
Runtimes: io.containerd.runc.v2 runc
|
||||
Default Runtime: runc
|
||||
Init Binary: docker-init
|
||||
containerd version: 05044ec0a9a75232cad458027ca83437aae3f4da
|
||||
runc version: v1.2.5-0-g59923ef
|
||||
init version: de40ad0
|
||||
Security Options:
|
||||
apparmor
|
||||
seccomp
|
||||
Profile: builtin
|
||||
cgroupns
|
||||
Kernel Version: 6.14.0-28-generic
|
||||
Operating System: Ubuntu 24.04.3 LTS
|
||||
OSType: linux
|
||||
Architecture: x86_64
|
||||
CPUs: 4
|
||||
Total Memory: 15.51GiB
|
||||
Name: lenovo420
|
||||
ID: c05c5aad-e416-4682-80e9-9645e82163bf
|
||||
Docker Root Dir: /var/lib/docker
|
||||
Debug Mode: false
|
||||
Experimental: false
|
||||
Insecure Registries:
|
||||
::1/128
|
||||
127.0.0.0/8
|
||||
Live Restore Enabled: false
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
NETWORK ID NAME DRIVER SCOPE
|
||||
a1b3d1597912 bridge bridge local
|
||||
59e6c60c3bcd docker_gwbridge bridge local
|
||||
248549b3cdb3 duckdns_network bridge local
|
||||
08ebc182bcd2 host host local
|
||||
088f1ef0e2cd none null local
|
||||
7a25a14fd4a2 omnitools_default bridge local
|
||||
a5423f4f5dbc porainer-agent_default bridge local
|
||||
4b4f41534d72 watchtower_default bridge local
|
||||
@@ -0,0 +1,10 @@
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
f98c54046fb5 portainer/agent:latest "./agent" 4 days ago Up 2 days 0.0.0.0:9001->9001/tcp portainer_agent
|
||||
704876598a27 linuxserver/duckdns:latest "/init" 13 days ago Up 2 days duckdns
|
||||
c338f607b273 dalehumby/openwakeword-rhasspy "python3 -u detect.p…" 2 weeks ago Restarting (1) 33 seconds ago openwakeword
|
||||
3adb056a4df2 rhasspy/wyoming-whisper "bash /run.sh --mode…" 2 weeks ago Up 2 days 0.0.0.0:10300->10300/tcp wyoming-whisper
|
||||
e2c00abd1192 eclipse-mosquitto:latest "/docker-entrypoint.…" 2 weeks ago Exited (0) 5 days ago mosquitto
|
||||
f10bb67d4491 iib0011/omni-tools:latest "/docker-entrypoint.…" 4 weeks ago Up 2 days 0.0.0.0:9080->80/tcp omni-tools
|
||||
1498684e581c 9f786420f676 "./agent" 4 weeks ago Created portainer_agent.zmu0r2vqwlgmnlwgjrip6085w.3oxnmdnh51b8rdfzxbcpzf57n
|
||||
2d6d1c4f83dd filebrowser/filebrowser:latest "tini -- /init.sh --…" 4 weeks ago Restarting (1) 53 seconds ago sad_moser
|
||||
d269ab80f8a5 containrrr/watchtower "/watchtower --clean…" 3 months ago Up 2 days (healthy) 8080/tcp watchtower-watchtower-1
|
||||
@@ -0,0 +1,9 @@
|
||||
DRIVER VOLUME NAME
|
||||
local 0a7442ab01a2d7992dad77a9b74a38021e48a96635b214f97eb46b626aae8103
|
||||
local 2d4a49251ab08abfcdb80a6d7cdfb335b7cda1b7d4e7ee1a7f84a4641b46de16
|
||||
local 7b7b1cbb90636432be2d6d5b28b533254bae2d63bdaccd57b03fa3c7d577085e
|
||||
local 890112767db1aca83faf31461b6f2142af9d9b1b5cf0ac172ec2e6600a07c27b
|
||||
local bbf0315555dbaa76dde0e8f6d666e54db7c8ad42bba6c0a198203945d30d1be5
|
||||
local c3f792d6fa811027c724a4ed4bbb029b64b8ac0c2c81150baea556f7638f59da
|
||||
local d73ba3ca93d5eb004f269eadc9aced0c158a2807a5981415cbcb1830f20c3c90
|
||||
local dc913ee5a837413a55bc0b6c5493c487c2ce112938a37df929731421b22b43d2
|
||||
@@ -0,0 +1,93 @@
|
||||
UNIT FILE STATE PRESET
|
||||
apport-autoreport.path enabled enabled
|
||||
tpm-udev.path enabled enabled
|
||||
whoopsie.path enabled enabled
|
||||
accounts-daemon.service enabled enabled
|
||||
anacron.service enabled enabled
|
||||
apparmor.service enabled enabled
|
||||
apport.service enabled enabled
|
||||
blueman-mechanism.service enabled enabled
|
||||
bluetooth.service enabled enabled
|
||||
cloud-config.service enabled enabled
|
||||
cloud-final.service enabled enabled
|
||||
cloud-init-local.service enabled enabled
|
||||
cloud-init.service enabled enabled
|
||||
console-setup.service enabled enabled
|
||||
containerd.service enabled enabled
|
||||
cron.service enabled enabled
|
||||
dmesg.service enabled enabled
|
||||
docker.service enabled enabled
|
||||
e2scrub_reap.service enabled enabled
|
||||
fail2ban.service enabled enabled
|
||||
getty@.service enabled enabled
|
||||
gnome-remote-desktop.service enabled enabled
|
||||
gpu-manager.service enabled enabled
|
||||
group-admin-daemon.service enabled enabled
|
||||
grub-common.service enabled enabled
|
||||
grub-initrd-fallback.service enabled enabled
|
||||
kerneloops.service enabled enabled
|
||||
keyboard-setup.service enabled enabled
|
||||
netdata.service enabled enabled
|
||||
networkd-dispatcher.service enabled enabled
|
||||
networking.service enabled enabled
|
||||
NetworkManager-dispatcher.service enabled enabled
|
||||
NetworkManager-wait-online.service enabled enabled
|
||||
NetworkManager.service enabled enabled
|
||||
openvpn.service enabled enabled
|
||||
orb.service enabled enabled
|
||||
postfix.service enabled enabled
|
||||
power-profiles-daemon.service enabled enabled
|
||||
rpcbind.service enabled enabled
|
||||
rsyslog.service enabled enabled
|
||||
secureboot-db.service enabled enabled
|
||||
setvtrgb.service enabled enabled
|
||||
ssh.service enabled enabled
|
||||
ssl-cert.service enabled enabled
|
||||
sssd.service enabled enabled
|
||||
switcheroo-control.service enabled enabled
|
||||
sysstat.service enabled enabled
|
||||
systemd-pstore.service enabled enabled
|
||||
systemd-resolved.service enabled enabled
|
||||
systemd-timesyncd.service enabled enabled
|
||||
tailscaled.service enabled enabled
|
||||
ua-reboot-cmds.service enabled enabled
|
||||
ubuntu-advantage.service enabled enabled
|
||||
ufw.service enabled enabled
|
||||
unattended-upgrades.service enabled enabled
|
||||
wpa_supplicant.service enabled enabled
|
||||
apport-forward.socket enabled enabled
|
||||
cloud-init-hotplugd.socket enabled enabled
|
||||
docker.socket enabled enabled
|
||||
rpcbind.socket enabled enabled
|
||||
ssh.socket enabled enabled
|
||||
sssd-autofs.socket enabled enabled
|
||||
sssd-nss.socket enabled enabled
|
||||
sssd-pac.socket enabled enabled
|
||||
sssd-pam-priv.socket enabled enabled
|
||||
sssd-pam.socket enabled enabled
|
||||
sssd-ssh.socket enabled enabled
|
||||
sssd-sudo.socket enabled enabled
|
||||
uuidd.socket enabled enabled
|
||||
nfs-client.target enabled enabled
|
||||
remote-fs.target enabled enabled
|
||||
anacron.timer enabled enabled
|
||||
apport-autoreport.timer enabled enabled
|
||||
apt-daily-upgrade.timer enabled enabled
|
||||
apt-daily.timer enabled enabled
|
||||
apt-show-versions.timer enabled enabled
|
||||
dailyaidecheck.timer enabled enabled
|
||||
dpkg-db-backup.timer enabled enabled
|
||||
e2scrub_all.timer enabled enabled
|
||||
fstrim.timer enabled enabled
|
||||
logrotate.timer enabled enabled
|
||||
lynis.timer enabled enabled
|
||||
man-db.timer enabled enabled
|
||||
motd-news.timer enabled enabled
|
||||
orb-update.timer enabled enabled
|
||||
sysstat-collect.timer enabled enabled
|
||||
sysstat-summary.timer enabled enabled
|
||||
ua-timer.timer enabled enabled
|
||||
update-notifier-download.timer enabled enabled
|
||||
update-notifier-motd.timer enabled enabled
|
||||
|
||||
90 unit files listed.
|
||||
@@ -0,0 +1,35 @@
|
||||
UNIT LOAD ACTIVE SUB DESCRIPTION
|
||||
containerd.service loaded active running containerd container runtime
|
||||
cron.service loaded active running Regular background program processing daemon
|
||||
dbus.service loaded active running D-Bus System Message Bus
|
||||
docker.service loaded active running Docker Application Container Engine
|
||||
fail2ban.service loaded active running Fail2Ban Service
|
||||
getty@tty1.service loaded active running Getty on tty1
|
||||
kerneloops.service loaded active running Tool to automatically collect and submit kernel crash signatures
|
||||
netdata.service loaded active running Netdata, X-Ray Vision for your infrastructure!
|
||||
networkd-dispatcher.service loaded active running Dispatcher daemon for systemd-networkd
|
||||
NetworkManager.service loaded active running Network Manager
|
||||
orb.service loaded active running Orb Sensor
|
||||
polkit.service loaded active running Authorization Manager
|
||||
postfix@-.service loaded active running Postfix Mail Transport Agent (instance -)
|
||||
rpc-statd.service loaded active running NFS status monitor for NFSv2/3 locking.
|
||||
rpcbind.service loaded active running RPC bind portmap service
|
||||
rsyslog.service loaded active running System Logging Service
|
||||
rtkit-daemon.service loaded active running RealtimeKit Scheduling Policy Service
|
||||
ssh.service loaded active running OpenBSD Secure Shell server
|
||||
systemd-journald.service loaded active running Journal Service
|
||||
systemd-journald@netdata.service loaded active running Journal Service for Namespace netdata
|
||||
systemd-logind.service loaded active running User Login Management
|
||||
systemd-resolved.service loaded active running Network Name Resolution
|
||||
systemd-timesyncd.service loaded active running Network Time Synchronization
|
||||
systemd-udevd.service loaded active running Rule-based Manager for Device Events and Files
|
||||
tailscaled.service loaded active running Tailscale node agent
|
||||
unattended-upgrades.service loaded active running Unattended Upgrades Shutdown
|
||||
user@1000.service loaded active running User Manager for UID 1000
|
||||
wpa_supplicant.service loaded active running WPA supplicant
|
||||
|
||||
Legend: LOAD → Reflects whether the unit definition was properly loaded.
|
||||
ACTIVE → The high-level unit activation state, i.e. generalization of SUB.
|
||||
SUB → The low-level unit activation state, values depend on unit type.
|
||||
|
||||
28 loaded units listed.
|
||||
@@ -0,0 +1,21 @@
|
||||
total 8
|
||||
drwxr-xr-x 2 root root 4096 Feb 18 2025 .
|
||||
drwxr-xr-x 26 root root 4096 Aug 24 00:03 ..
|
||||
total 32
|
||||
drwxr-xr-x 10 root root 4096 Jun 9 19:21 .
|
||||
drwxr-xr-x 26 root root 4096 Aug 24 00:03 ..
|
||||
drwxr-xr-x 2 root root 4096 Jun 2 23:58 backup
|
||||
drwxr-xr-x 2 root root 4096 May 17 12:59 immich_data
|
||||
drwxr-xr-x 3 root root 4096 May 12 18:47 omv
|
||||
drwxrwsrwx 3 root users 4096 Jun 9 19:27 omv-backup
|
||||
drwxrwx--- 2 jon jon 0 Jul 4 00:00 omv_immich_pics
|
||||
drwxrwx--- 2 jon jon 0 May 23 18:50 omv_immich_smb
|
||||
drwxr-xr-x 4 root root 4096 May 13 14:09 pi-media
|
||||
drwx------ 3 jon jon 4096 Apr 17 14:40 sdb
|
||||
total 24
|
||||
drwxr-xr-x 6 root root 4096 May 24 11:50 .
|
||||
drwxr-xr-x 26 root root 4096 Aug 24 00:03 ..
|
||||
drwx--x--x 4 root root 4096 May 10 05:27 containerd
|
||||
drwxr-xr-x 3 root root 4096 May 24 11:50 duckdns
|
||||
drwxr-xr-x 4 root root 4096 May 13 14:09 jellyfin
|
||||
drwxr-xr-x 3 root root 4096 May 12 19:41 traefik
|
||||
@@ -0,0 +1,40 @@
|
||||
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
|
||||
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
|
||||
udev on /dev type devtmpfs (rw,nosuid,relatime,size=8088916k,nr_inodes=2022229,mode=755,inode64)
|
||||
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
|
||||
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1625840k,mode=755,inode64)
|
||||
/dev/sda2 on / type ext4 (rw,relatime)
|
||||
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
|
||||
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
|
||||
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
|
||||
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
|
||||
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
|
||||
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
|
||||
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
|
||||
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=2308)
|
||||
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
|
||||
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
|
||||
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
|
||||
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
|
||||
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
|
||||
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
|
||||
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
|
||||
/dev/sdb1 on /mnt/sdb type ext4 (rw,relatime)
|
||||
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
|
||||
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
|
||||
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1625836k,nr_inodes=406459,mode=700,uid=1000,gid=1000,inode64)
|
||||
//192.168.50.229/pictures on /mnt/omv_immich_pics type cifs (rw,nosuid,nodev,noexec,relatime,vers=3.0,sec=none,cache=strict,upcall_target=app,uid=1000,forceuid,gid=1000,forcegid,addr=192.168.50.229,file_mode=0770,dir_mode=0770,iocharset=utf8,soft,nounix,serverino,mapposix,reparse=nfs,nativesocket,symlink=native,rsize=4194304,wsize=4194304,bsize=1048576,retrans=1,echo_interval=60,actimeo=1,closetimeo=1,_netdev)
|
||||
//192.168.50.229/immich on /mnt/omv_immich_smb type cifs (rw,nosuid,nodev,noexec,relatime,vers=3.0,sec=none,cache=strict,upcall_target=app,uid=1000,forceuid,gid=1000,forcegid,addr=192.168.50.229,file_mode=0770,dir_mode=0770,iocharset=utf8,soft,nounix,serverino,mapposix,reparse=nfs,nativesocket,symlink=native,rsize=4194304,wsize=4194304,bsize=1048576,retrans=1,echo_interval=60,actimeo=1,closetimeo=1,_netdev)
|
||||
192.168.50.107:/export/t420_backup on /mnt/omv-backup type nfs (rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.50.107,mountvers=3,mountport=56632,mountproto=udp,local_lock=none,addr=192.168.50.107)
|
||||
overlay on /var/lib/docker/overlay2/4cad63c70a53404193aced3da9d8fe330cb9e0a9938ef1a4016bfac90099dba3/merged type overlay (rw,relatime,lowerdir=/var/lib/docker/overlay2/l/LEY5ZYOVJYGUO2RQBP6NCQYJAS:/var/lib/docker/overlay2/l/L3HCU3FCONCQ6BM5HKHHTOTHKK:/var/lib/docker/overlay2/l/OW6GWF3GQ6EXSGD4EDAN3VJLP7:/var/lib/docker/overlay2/l/36BYLWUXNMOVP5OWTXZ5S4GMKE,upperdir=/var/lib/docker/overlay2/4cad63c70a53404193aced3da9d8fe330cb9e0a9938ef1a4016bfac90099dba3/diff,workdir=/var/lib/docker/overlay2/4cad63c70a53404193aced3da9d8fe330cb9e0a9938ef1a4016bfac90099dba3/work,nouserxattr)
|
||||
overlay on /var/lib/docker/overlay2/cc14f7164c79ede3d689254e40d118fb130eddb68ba1101e10d6ad2de7d2c070/merged type overlay (rw,relatime,lowerdir=/var/lib/docker/overlay2/l/6QUDAWPMNNDTNZFW5PXWNPQL4D:/var/lib/docker/overlay2/l/5C3QJ3JFAWLYTLYMQQVKJVTM2T:/var/lib/docker/overlay2/l/D6ZJXO4K5T4RST446S2QDHP67J:/var/lib/docker/overlay2/l/NJVUIROGJ4CZPOTRZ42DPKMBMC:/var/lib/docker/overlay2/l/2MBQEPPM5FD2RB62TJ5MRLIIBY,upperdir=/var/lib/docker/overlay2/cc14f7164c79ede3d689254e40d118fb130eddb68ba1101e10d6ad2de7d2c070/diff,workdir=/var/lib/docker/overlay2/cc14f7164c79ede3d689254e40d118fb130eddb68ba1101e10d6ad2de7d2c070/work,nouserxattr)
|
||||
overlay on /var/lib/docker/overlay2/3c6688e6e5511e85599e0b5f71924539e1738d587cf48a8e8054444a6af57549/merged type overlay (rw,relatime,lowerdir=/var/lib/docker/overlay2/l/UP5NZ2RDK5HYEDJFJWITQLAXQF:/var/lib/docker/overlay2/l/3KQNW5BXSY7SVCBPMRES5F5PW5:/var/lib/docker/overlay2/l/S26RI6M2G25D2JFWZKQVPHDVW5:/var/lib/docker/overlay2/l/WP3KOXN4RVIHZVQVTQ4YMHSCK2:/var/lib/docker/overlay2/l/U4EF5LRLZENSFLDUJFOP5GEFLZ:/var/lib/docker/overlay2/l/U3O7ARPAXHTJL7645KVIMYBRW4:/var/lib/docker/overlay2/l/BWQJJJPVUOPV5CSIYLHXBF33P7:/var/lib/docker/overlay2/l/MPIBXNN5G2NAKOEW6BSUIGNXLB:/var/lib/docker/overlay2/l/UH2AVCBHPVWLYETQEAJ7I6Z26C:/var/lib/docker/overlay2/l/7EPB7IEGRLNBH6QY6B4O35V5XR:/var/lib/docker/overlay2/l/XTTKGTG3DVYGRIIKVLHLJI775T:/var/lib/docker/overlay2/l/Y44YA7CEEOLXR3ABL6C66N7GRQ,upperdir=/var/lib/docker/overlay2/3c6688e6e5511e85599e0b5f71924539e1738d587cf48a8e8054444a6af57549/diff,workdir=/var/lib/docker/overlay2/3c6688e6e5511e85599e0b5f71924539e1738d587cf48a8e8054444a6af57549/work,nouserxattr)
|
||||
overlay on /var/lib/docker/overlay2/3433eb860df705d53faf849691eabd1d0c82505c222b48ffc58ca04461c3764c/merged type overlay (rw,relatime,lowerdir=/var/lib/docker/overlay2/l/H724N4T5KNLHYSVUHVZG4RIFRS:/var/lib/docker/overlay2/l/4T6N2KCG7RCXIID3XIFT5LSQEN:/var/lib/docker/overlay2/l/IVG42DOBT65Y24T4KZPCVCWWCG:/var/lib/docker/overlay2/l/HS7AFPO4EL3QA2AUHKHPV3WTM3:/var/lib/docker/overlay2/l/HU6HRBBG5G527S3OXJKVQRZHRB:/var/lib/docker/overlay2/l/5GMPGTDTFCOHKYMXHXTLTUIGEB:/var/lib/docker/overlay2/l/LOF3L3XJLHYNCACDBVCPC5PP3E:/var/lib/docker/overlay2/l/LQ7CBARWX2KQVFEK5374QOEXUE:/var/lib/docker/overlay2/l/EURNPEPCDBJSO5O6R7TYA7XPZD:/var/lib/docker/overlay2/l/FRPA3NFZUY7PPNWRVZS4RFW5YL,upperdir=/var/lib/docker/overlay2/3433eb860df705d53faf849691eabd1d0c82505c222b48ffc58ca04461c3764c/diff,workdir=/var/lib/docker/overlay2/3433eb860df705d53faf849691eabd1d0c82505c222b48ffc58ca04461c3764c/work,nouserxattr)
|
||||
overlay on /var/lib/docker/overlay2/7f6308b0b272a768ed69198663b0dd5d748a088018befb1d8a3fd42093b98c5f/merged type overlay (rw,relatime,lowerdir=/var/lib/docker/overlay2/l/4XWSL3TJZKQKV52Y7QUAOSEJ6Q:/var/lib/docker/overlay2/l/CHQXZJN7AB2LQPODRLVMXS3QLG:/var/lib/docker/overlay2/l/BMFO5MLWWKJARMANRH2F77LDOX:/var/lib/docker/overlay2/l/YR3BAROY35O7A3ILDGUPSPM4DF:/var/lib/docker/overlay2/l/2QOMS6W36QGWUV72RM7N4CSTGY:/var/lib/docker/overlay2/l/4GOITPAVLU66CN2YC5XVLLLA4I:/var/lib/docker/overlay2/l/2IPQZYHEMVXZJWJHWXKLEQM7LC:/var/lib/docker/overlay2/l/JALAZBZS56RVNWDALSM5WSIDHB:/var/lib/docker/overlay2/l/LF4PCBER4SGDZ2IYQ2X65XJ7UI:/var/lib/docker/overlay2/l/AYPELGPRNU7AYL7NB72PEMUFB6,upperdir=/var/lib/docker/overlay2/7f6308b0b272a768ed69198663b0dd5d748a088018befb1d8a3fd42093b98c5f/diff,workdir=/var/lib/docker/overlay2/7f6308b0b272a768ed69198663b0dd5d748a088018befb1d8a3fd42093b98c5f/work,nouserxattr)
|
||||
nsfs on /run/docker/netns/default type nsfs (rw)
|
||||
nsfs on /run/docker/netns/506dadf0fa06 type nsfs (rw)
|
||||
nsfs on /run/docker/netns/103d8367867a type nsfs (rw)
|
||||
nsfs on /run/docker/netns/b8649a1f1a7f type nsfs (rw)
|
||||
nsfs on /run/docker/netns/a8a2297991f6 type nsfs (rw)
|
||||
nsfs on /run/docker/netns/30647acfe200 type nsfs (rw)
|
||||
tracefs on /sys/kernel/debug/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
|
||||
@@ -0,0 +1 @@
|
||||
No NFS exports
|
||||
@@ -0,0 +1,11 @@
|
||||
/var/lib/command-not-found/commands.db
|
||||
/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db
|
||||
/var/lib/apt/listchanges.db
|
||||
/var/lib/PackageKit/transactions.db
|
||||
/var/lib/docker/volumes/metadata.db
|
||||
/var/lib/docker/network/files/local-kv.db
|
||||
/var/lib/docker/buildkit/cache.db
|
||||
/var/lib/docker/buildkit/history.db
|
||||
/var/lib/docker/buildkit/metadata_v2.db
|
||||
/var/lib/docker/buildkit/containerdmeta.db
|
||||
/var/lib/docker/buildkit/snapshots.db
|
||||
@@ -0,0 +1,23 @@
|
||||
# /etc/crontab: system-wide crontab
|
||||
# Unlike any other crontab you don't have to run the `crontab'
|
||||
# command to install the new version when you edit this file
|
||||
# and files in /etc/cron.d. These files also have username fields,
|
||||
# that none of the other crontabs do.
|
||||
|
||||
SHELL=/bin/sh
|
||||
# You can also override PATH, but by default, newer versions inherit it from the environment
|
||||
#PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
||||
# Example of job definition:
|
||||
# .---------------- minute (0 - 59)
|
||||
# | .------------- hour (0 - 23)
|
||||
# | | .---------- day of month (1 - 31)
|
||||
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
|
||||
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
|
||||
# | | | | |
|
||||
# * * * * * user-name command to be executed
|
||||
17 * * * * root cd / && run-parts --report /etc/cron.hourly
|
||||
25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
|
||||
47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; }
|
||||
52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
|
||||
#
|
||||
@@ -0,0 +1,2 @@
|
||||
[root] */10 * * * * /usr/local/bin/clear_swap.sh
|
||||
[root] 0 6 * * * /home/jon/borg_daily_backup.sh >> /home/jon/borg_backup.log 2>&1
|
||||
@@ -0,0 +1 @@
|
||||
Warning: Command for 'Last Logins' failed or produced no output.
|
||||
@@ -0,0 +1,32 @@
|
||||
Netid State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
|
||||
udp UNCONN 0 0 0.0.0.0:5353 0.0.0.0:*
|
||||
udp UNCONN 0 0 127.0.0.1:8125 0.0.0.0:*
|
||||
udp UNCONN 0 0 0.0.0.0:111 0.0.0.0:*
|
||||
udp UNCONN 0 0 127.0.0.1:680 0.0.0.0:*
|
||||
udp UNCONN 0 0 0.0.0.0:41641 0.0.0.0:*
|
||||
udp UNCONN 0 0 0.0.0.0:42133 0.0.0.0:*
|
||||
udp UNCONN 0 0 0.0.0.0:34044 0.0.0.0:*
|
||||
udp UNCONN 0 0 [::]:52462 [::]:*
|
||||
udp UNCONN 0 0 *:53380 *:*
|
||||
udp UNCONN 0 0 [::]:5353 [::]:*
|
||||
udp UNCONN 0 0 *:7443 *:*
|
||||
udp UNCONN 0 0 [::]:48486 [::]:*
|
||||
udp UNCONN 0 0 [::]:111 [::]:*
|
||||
udp UNCONN 0 0 [::]:41641 [::]:*
|
||||
udp UNCONN 0 0 *:50912 *:*
|
||||
tcp LISTEN 0 4096 0.0.0.0:10300 0.0.0.0:*
|
||||
tcp LISTEN 0 4096 127.0.0.1:8125 0.0.0.0:*
|
||||
tcp LISTEN 0 4096 0.0.0.0:9001 0.0.0.0:*
|
||||
tcp LISTEN 0 4096 0.0.0.0:9080 0.0.0.0:*
|
||||
tcp LISTEN 0 64 0.0.0.0:41849 0.0.0.0:*
|
||||
tcp LISTEN 0 4096 0.0.0.0:22 0.0.0.0:*
|
||||
tcp LISTEN 0 4096 0.0.0.0:111 0.0.0.0:*
|
||||
tcp LISTEN 0 4096 0.0.0.0:42387 0.0.0.0:*
|
||||
tcp LISTEN 0 4096 127.0.0.1:19999 0.0.0.0:*
|
||||
tcp LISTEN 0 100 127.0.0.1:25 0.0.0.0:*
|
||||
tcp LISTEN 0 4096 100.98.144.95:32803 0.0.0.0:*
|
||||
tcp LISTEN 0 64 [::]:43687 [::]:*
|
||||
tcp LISTEN 0 4096 [::]:44487 [::]:*
|
||||
tcp LISTEN 0 4096 [::]:22 [::]:*
|
||||
tcp LISTEN 0 4096 [::]:111 [::]:*
|
||||
tcp LISTEN 0 4096 *:7443 *:*
|
||||
@@ -0,0 +1,131 @@
|
||||
|
||||
# This is the sshd server system-wide configuration file. See
|
||||
# sshd_config(5) for more information.
|
||||
|
||||
# This sshd was compiled with PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
|
||||
|
||||
# The strategy used for options in the default sshd_config shipped with
|
||||
# OpenSSH is to specify options with their default value where
|
||||
# possible, but leave them commented. Uncommented options override the
|
||||
# default value.
|
||||
|
||||
Include /etc/ssh/sshd_config.d/*.conf
|
||||
|
||||
# When systemd socket activation is used (the default), the socket
|
||||
# configuration must be re-generated after changing Port, AddressFamily, or
|
||||
# ListenAddress.
|
||||
#
|
||||
# For changes to take effect, run:
|
||||
#
|
||||
# systemctl daemon-reload
|
||||
# systemctl restart ssh.socket
|
||||
#
|
||||
#Port 22
|
||||
#AddressFamily any
|
||||
#ListenAddress 0.0.0.0
|
||||
#ListenAddress ::
|
||||
|
||||
#HostKey /etc/ssh/ssh_host_rsa_key
|
||||
#HostKey /etc/ssh/ssh_host_ecdsa_key
|
||||
#HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
|
||||
# Ciphers and keying
|
||||
#RekeyLimit default none
|
||||
|
||||
# Logging
|
||||
#SyslogFacility AUTH
|
||||
#LogLevel INFO
|
||||
|
||||
# Authentication:
|
||||
|
||||
#LoginGraceTime 2m
|
||||
#PermitRootLogin prohibit-password
|
||||
#StrictModes yes
|
||||
#MaxAuthTries 6
|
||||
#MaxSessions 10
|
||||
|
||||
#PubkeyAuthentication yes
|
||||
|
||||
# Expect .ssh/authorized_keys2 to be disregarded by default in future.
|
||||
#AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys2
|
||||
|
||||
#AuthorizedPrincipalsFile none
|
||||
|
||||
#AuthorizedKeysCommand none
|
||||
#AuthorizedKeysCommandUser nobody
|
||||
|
||||
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
|
||||
#HostbasedAuthentication no
|
||||
# Change to yes if you don't trust ~/.ssh/known_hosts for
|
||||
# HostbasedAuthentication
|
||||
#IgnoreUserKnownHosts no
|
||||
# Don't read the user's ~/.rhosts and ~/.shosts files
|
||||
#IgnoreRhosts yes
|
||||
|
||||
# To disable tunneled clear text passwords, change to no here!
|
||||
#PasswordAuthentication yes
|
||||
#PermitEmptyPasswords no
|
||||
|
||||
# Change to yes to enable challenge-response passwords (beware issues with
|
||||
# some PAM modules and threads)
|
||||
KbdInteractiveAuthentication no
|
||||
|
||||
# Kerberos options
|
||||
#KerberosAuthentication no
|
||||
#KerberosOrLocalPasswd yes
|
||||
#KerberosTicketCleanup yes
|
||||
#KerberosGetAFSToken no
|
||||
|
||||
# GSSAPI options
|
||||
#GSSAPIAuthentication no
|
||||
#GSSAPICleanupCredentials yes
|
||||
#GSSAPIStrictAcceptorCheck yes
|
||||
#GSSAPIKeyExchange no
|
||||
|
||||
# Set this to 'yes' to enable PAM authentication, account processing,
|
||||
# and session processing. If this is enabled, PAM authentication will
|
||||
# be allowed through the KbdInteractiveAuthentication and
|
||||
# PasswordAuthentication. Depending on your PAM configuration,
|
||||
# PAM authentication via KbdInteractiveAuthentication may bypass
|
||||
# the setting of "PermitRootLogin prohibit-password".
|
||||
# If you just want the PAM account and session checks to run without
|
||||
# PAM authentication, then enable this but set PasswordAuthentication
|
||||
# and KbdInteractiveAuthentication to 'no'.
|
||||
UsePAM yes
|
||||
|
||||
#AllowAgentForwarding yes
|
||||
AllowTcpForwarding yes
|
||||
#GatewayPorts no
|
||||
X11Forwarding yes
|
||||
#X11DisplayOffset 10
|
||||
#X11UseLocalhost yes
|
||||
#PermitTTY yes
|
||||
PrintMotd no
|
||||
#PrintLastLog yes
|
||||
#TCPKeepAlive yes
|
||||
#PermitUserEnvironment no
|
||||
#Compression delayed
|
||||
#ClientAliveInterval 0
|
||||
#ClientAliveCountMax 3
|
||||
#UseDNS no
|
||||
#PidFile /run/sshd.pid
|
||||
#MaxStartups 10:30:100
|
||||
#PermitTunnel no
|
||||
#ChrootDirectory none
|
||||
#VersionAddendum none
|
||||
|
||||
# no default banner path
|
||||
#Banner none
|
||||
|
||||
# Allow client to pass locale environment variables
|
||||
AcceptEnv LANG LC_*
|
||||
|
||||
# override default of no subsystems
|
||||
Subsystem sftp /usr/lib/openssh/sftp-server
|
||||
|
||||
# Example of overriding settings on a per-user basis
|
||||
#Match User anoncvs
|
||||
# X11Forwarding no
|
||||
# AllowTcpForwarding no
|
||||
# PermitTTY no
|
||||
# ForceCommand cvs server
|
||||
@@ -0,0 +1,57 @@
|
||||
#
|
||||
# This file MUST be edited with the 'visudo' command as root.
|
||||
#
|
||||
# Please consider adding local content in /etc/sudoers.d/ instead of
|
||||
# directly modifying this file.
|
||||
#
|
||||
# See the man page for details on how to write a sudoers file.
|
||||
#
|
||||
Defaults env_reset
|
||||
Defaults mail_badpass
|
||||
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
|
||||
|
||||
# This fixes CVE-2005-4890 and possibly breaks some versions of kdesu
|
||||
# (#1011624, https://bugs.kde.org/show_bug.cgi?id=452532)
|
||||
Defaults use_pty
|
||||
|
||||
# This preserves proxy settings from user environments of root
|
||||
# equivalent users (group sudo)
|
||||
#Defaults:%sudo env_keep += "http_proxy https_proxy ftp_proxy all_proxy no_proxy"
|
||||
|
||||
# This allows running arbitrary commands, but so does ALL, and it means
|
||||
# different sudoers have their choice of editor respected.
|
||||
#Defaults:%sudo env_keep += "EDITOR"
|
||||
|
||||
# Completely harmless preservation of a user preference.
|
||||
#Defaults:%sudo env_keep += "GREP_COLOR"
|
||||
|
||||
# While you shouldn't normally run git as root, you need to with etckeeper
|
||||
#Defaults:%sudo env_keep += "GIT_AUTHOR_* GIT_COMMITTER_*"
|
||||
|
||||
# Per-user preferences; root won't have sensible values for them.
|
||||
#Defaults:%sudo env_keep += "EMAIL DEBEMAIL DEBFULLNAME"
|
||||
|
||||
# "sudo scp" or "sudo rsync" should be able to use your SSH agent.
|
||||
#Defaults:%sudo env_keep += "SSH_AGENT_PID SSH_AUTH_SOCK"
|
||||
|
||||
# Ditto for GPG agent
|
||||
#Defaults:%sudo env_keep += "GPG_AGENT_INFO"
|
||||
|
||||
# Host alias specification
|
||||
|
||||
# User alias specification
|
||||
|
||||
# Cmnd alias specification
|
||||
|
||||
# User privilege specification
|
||||
root ALL=(ALL:ALL) ALL
|
||||
|
||||
# Members of the admin group may gain root privileges
|
||||
%admin ALL=(ALL) ALL
|
||||
|
||||
# Allow members of group sudo to execute any command
|
||||
%sudo ALL=(ALL:ALL) ALL
|
||||
|
||||
# See sudoers(5) for more information on "@include" directives:
|
||||
|
||||
@includedir /etc/sudoers.d
|
||||
@@ -0,0 +1,53 @@
|
||||
root:x:0:0:root:/root:/bin/bash
|
||||
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
|
||||
bin:x:2:2:bin:/bin:/usr/sbin/nologin
|
||||
sys:x:3:3:sys:/dev:/usr/sbin/nologin
|
||||
sync:x:4:65534:sync:/bin:/bin/sync
|
||||
games:x:5:60:games:/usr/games:/usr/sbin/nologin
|
||||
man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
|
||||
lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
|
||||
mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
|
||||
news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
|
||||
uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
|
||||
proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
|
||||
www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
|
||||
backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
|
||||
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
|
||||
irc:x:39:39:ircd:/run/ircd:/usr/sbin/nologin
|
||||
_apt:x:42:65534::/nonexistent:/usr/sbin/nologin
|
||||
nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
|
||||
systemd-network:x:998:998:systemd Network Management:/:/usr/sbin/nologin
|
||||
systemd-timesync:x:996:996:systemd Time Synchronization:/:/usr/sbin/nologin
|
||||
dhcpcd:x:100:65534:DHCP Client Daemon,,,:/usr/lib/dhcpcd:/bin/false
|
||||
messagebus:x:101:101::/nonexistent:/usr/sbin/nologin
|
||||
syslog:x:102:102::/nonexistent:/usr/sbin/nologin
|
||||
systemd-resolve:x:991:991:systemd Resolver:/:/usr/sbin/nologin
|
||||
uuidd:x:103:103::/run/uuidd:/usr/sbin/nologin
|
||||
usbmux:x:104:46:usbmux daemon,,,:/var/lib/usbmux:/usr/sbin/nologin
|
||||
tss:x:105:105:TPM software stack,,,:/var/lib/tpm:/bin/false
|
||||
avahi-autoipd:x:106:109:Avahi autoip daemon,,,:/var/lib/avahi-autoipd:/usr/sbin/nologin
|
||||
kernoops:x:107:65534:Kernel Oops Tracking Daemon,,,:/:/usr/sbin/nologin
|
||||
whoopsie:x:108:111::/nonexistent:/bin/false
|
||||
dnsmasq:x:999:65534:dnsmasq:/var/lib/misc:/usr/sbin/nologin
|
||||
lightdm:x:110:113:Light Display Manager:/var/lib/lightdm:/bin/false
|
||||
tcpdump:x:111:115::/nonexistent:/usr/sbin/nologin
|
||||
sssd:x:112:116:SSSD system user,,,:/var/lib/sss:/usr/sbin/nologin
|
||||
speech-dispatcher:x:113:29:Speech Dispatcher,,,:/run/speech-dispatcher:/bin/false
|
||||
cups-pk-helper:x:114:117:user for cups-pk-helper service,,,:/nonexistent:/usr/sbin/nologin
|
||||
fwupd-refresh:x:990:990:Firmware update daemon:/var/lib/fwupd:/usr/sbin/nologin
|
||||
hplip:x:117:7:HPLIP system user,,,:/run/hplip:/bin/false
|
||||
polkitd:x:989:989:User for polkitd:/:/usr/sbin/nologin
|
||||
rtkit:x:118:121:RealtimeKit,,,:/proc:/usr/sbin/nologin
|
||||
colord:x:119:122:colord colour management daemon,,,:/var/lib/colord:/usr/sbin/nologin
|
||||
nm-openvpn:x:120:123:NetworkManager OpenVPN,,,:/var/lib/openvpn/chroot:/usr/sbin/nologin
|
||||
jon:x:1000:1000:Jon:/home/jon:/bin/bash
|
||||
_flatpak:x:121:125:Flatpak system-wide installation helper,,,:/nonexistent:/usr/sbin/nologin
|
||||
sshd:x:122:65534::/run/sshd:/usr/sbin/nologin
|
||||
_rpc:x:126:65534::/run/rpcbind:/usr/sbin/nologin
|
||||
statd:x:127:65534::/var/lib/nfs:/usr/sbin/nologin
|
||||
netdata:x:128:131::/var/lib/netdata:/usr/sbin/nologin
|
||||
orb:x:997:986::/home/orb:/bin/sh
|
||||
geoclue:x:129:132::/var/lib/geoclue:/usr/sbin/nologin
|
||||
gnome-remote-desktop:x:985:985:GNOME Remote Desktop:/var/lib/gnome-remote-desktop:/usr/sbin/nologin
|
||||
postfix:x:109:112::/var/spool/postfix:/usr/sbin/nologin
|
||||
_aide:x:984:984:Advanced Intrusion Detection Environment:/var/lib/aide:/usr/sbin/nologin
|
||||
@@ -0,0 +1,242 @@
|
||||
Linux 6.14.0-28-generic (lenovo420) 08/24/2025 _x86_64_ (4 CPU)
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
3.75 0.01 3.86 0.04 0.00 92.34
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 1.25 15.17 0.20 13.92 0.25 12.12 19.98 170.26 6.79 25.36 0.31 8.52 0.00 0.00 0.00 0.00 0.00 0.00 2.01 0.50 0.01 0.19
|
||||
sdb 0.01 0.08 0.00 0.41 0.38 16.45 0.00 0.00 0.00 46.03 1.94 5.18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 2.91 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.30 0.00 2.55 0.00 0.00 95.15
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.81 0.00 4.34 1.02 0.00 91.84
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 31.00 19640.00 4879.00 99.37 31.52 633.55 0.00 0.00 0.00 0.00 0.00 0.00 2.00 0.50 0.98 4.20
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
5.61 0.00 5.10 0.00 0.00 89.29
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
10.49 0.00 21.99 0.26 0.00 67.26
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 90.00 636.00 79.00 46.75 0.31 7.07 0.00 0.00 0.00 0.00 0.00 0.00 32.00 0.66 0.05 2.40
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
3.07 0.00 6.65 1.79 0.00 88.49
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 1623.00 23864.00 4050.00 71.39 0.33 14.70 0.00 0.00 0.00 0.00 0.00 0.00 20.00 0.55 0.54 8.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
3.06 0.00 3.57 0.00 0.00 93.37
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.05 0.00 3.07 0.00 0.00 94.88
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
4.37 0.00 5.14 0.00 0.00 90.49
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.80 0.00 2.80 0.00 0.00 94.40
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.55 0.00 3.32 0.00 0.00 94.13
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 2.00 64.00 14.00 87.50 1.00 32.00 0.00 0.00 0.00 0.00 0.00 0.00 2.00 0.50 0.00 0.20
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
3.82 0.00 3.05 0.00 0.00 93.13
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.04 0.00 3.06 0.00 0.00 94.90
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
5.06 0.00 3.54 0.00 0.00 91.39
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.54 0.00 3.05 0.00 0.00 94.40
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
3.06 0.00 3.06 0.00 0.00 93.88
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 2.00 36.00 7.00 77.78 1.00 18.00 0.00 0.00 0.00 0.00 0.00 0.00 2.00 1.00 0.00 0.20
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
3.54 0.00 4.55 0.00 0.00 91.92
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.04 0.00 3.05 0.00 0.00 94.91
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.55 0.00 3.06 0.00 0.00 94.39
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.03 0.00 3.05 0.00 0.00 94.92
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.28 0.00 3.55 0.25 0.00 93.91
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 2.00 24.00 4.00 66.67 1.00 12.00 0.00 0.00 0.00 0.00 0.00 0.00 2.00 0.50 0.00 0.20
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
3.58 0.00 3.84 0.00 0.00 92.58
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.55 0.00 3.06 0.00 0.00 94.39
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
4.83 0.00 3.31 0.00 0.00 91.86
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
13.23 0.00 10.94 0.25 0.00 75.57
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 70.00 540.00 74.00 51.39 0.30 7.71 0.00 0.00 0.00 0.00 0.00 0.00 26.00 0.62 0.04 1.80
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
22.08 0.00 9.64 0.76 0.00 67.51
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 353.00 2860.00 71.00 16.75 0.43 8.10 0.00 0.00 0.00 0.00 0.00 0.00 18.00 0.44 0.16 2.40
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.53 0.00 4.56 0.00 0.00 92.91
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.04 0.00 3.06 0.00 0.00 94.90
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
2.04 0.00 3.31 0.00 0.00 94.66
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
avg-cpu: %user %nice %system %iowait %steal %idle
|
||||
3.85 0.00 4.10 0.00 0.00 92.05
|
||||
|
||||
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
||||
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||
|
||||
|
||||
@@ -0,0 +1,114 @@
|
||||
Ip:
|
||||
Forwarding: 1
|
||||
15706309 total packets received
|
||||
2 with invalid addresses
|
||||
113935 forwarded
|
||||
0 incoming packets discarded
|
||||
15548084 incoming packets delivered
|
||||
14549154 requests sent out
|
||||
2 outgoing packets dropped
|
||||
144 dropped because of missing route
|
||||
OutTransmits: 14663087
|
||||
Icmp:
|
||||
662715 ICMP messages received
|
||||
1897 input ICMP message failed
|
||||
ICMP input histogram:
|
||||
destination unreachable: 44089
|
||||
timeout in transit: 656
|
||||
echo requests: 4
|
||||
echo replies: 617966
|
||||
670157 ICMP messages sent
|
||||
0 ICMP messages failed
|
||||
OutRateLimitGlobal: 2761
|
||||
OutRateLimitHost: 523
|
||||
ICMP output histogram:
|
||||
destination unreachable: 49785
|
||||
echo requests: 620368
|
||||
echo replies: 4
|
||||
IcmpMsg:
|
||||
InType0: 617966
|
||||
InType3: 44089
|
||||
InType8: 4
|
||||
InType11: 656
|
||||
OutType0: 4
|
||||
OutType3: 49785
|
||||
OutType8: 620368
|
||||
Tcp:
|
||||
8032 active connection openings
|
||||
119 passive connection openings
|
||||
3417 failed connection attempts
|
||||
2 connection resets received
|
||||
6 connections established
|
||||
5737174 segments received
|
||||
6163782 segments sent out
|
||||
1107 segments retransmitted
|
||||
16 bad segments received
|
||||
3783 resets sent
|
||||
Udp:
|
||||
8647835 packets received
|
||||
44268 packets to unknown port received
|
||||
1 packet receive errors
|
||||
7715588 packets sent
|
||||
0 receive buffer errors
|
||||
0 send buffer errors
|
||||
InCsumErrors: 1
|
||||
IgnoredMulti: 455141
|
||||
UdpLite:
|
||||
TcpExt:
|
||||
2 ICMP packets dropped because they were out-of-window
|
||||
1625 TCP sockets finished time wait in fast timer
|
||||
6 packets rejected in established connections because of timestamp
|
||||
PAWSOldAck: 2
|
||||
20961 delayed acks sent
|
||||
Quick ack mode was activated 349 times
|
||||
4402529 packet headers predicted
|
||||
22561 acknowledgments not containing data payload received
|
||||
4408738 predicted acknowledgments
|
||||
TCPSackRecovery: 54
|
||||
Detected reordering 492 times using SACK
|
||||
Detected reordering 23 times using time stamp
|
||||
48 congestion windows fully recovered without slow start
|
||||
TCPDSACKUndo: 3
|
||||
42 congestion windows recovered without slow start after partial ack
|
||||
TCPLostRetransmit: 168
|
||||
TCPSackFailures: 1
|
||||
54 fast retransmits
|
||||
TCPTimeouts: 1863
|
||||
TCPLossProbes: 263
|
||||
TCPLossProbeRecovery: 8
|
||||
TCPBacklogCoalesce: 22
|
||||
TCPDSACKOldSent: 349
|
||||
TCPDSACKRecv: 250
|
||||
TCPDSACKOfoRecv: 2
|
||||
165 connections reset due to unexpected data
|
||||
4 connections aborted due to timeout
|
||||
TCPDSACKIgnoredNoUndo: 52
|
||||
TCPSpuriousRTOs: 3
|
||||
TCPSackShiftFallback: 459
|
||||
TCPRcvCoalesce: 8576
|
||||
TCPOFOQueue: 14
|
||||
TCPChallengeACK: 19
|
||||
TCPSYNChallenge: 29
|
||||
TCPSpuriousRtxHostQueues: 1068
|
||||
TCPAutoCorking: 67003
|
||||
TCPSynRetrans: 646
|
||||
TCPOrigDataSent: 5675865
|
||||
TCPHystartDelayDetect: 1
|
||||
TCPHystartDelayCwnd: 98
|
||||
TCPACKSkippedChallenge: 10
|
||||
TCPKeepAlive: 10300
|
||||
TCPDelivered: 5678000
|
||||
TCPAckCompressed: 6
|
||||
TcpTimeoutRehash: 1859
|
||||
TCPDSACKRecvSegs: 252
|
||||
IpExt:
|
||||
InMcastPkts: 958080
|
||||
OutMcastPkts: 73075
|
||||
InBcastPkts: 455144
|
||||
InOctets: 5314081873
|
||||
OutOctets: 2293342072
|
||||
InMcastOctets: 436949544
|
||||
OutMcastOctets: 19643980
|
||||
InBcastOctets: 87310496
|
||||
InNoECTPkts: 16949524
|
||||
MPTcpExt:
|
||||
@@ -0,0 +1,217 @@
|
||||
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
|
||||
root 1 0.1 0.0 22960 13884 ? Ss Aug22 4:15 /sbin/init splash
|
||||
root 2 0.0 0.0 0 0 ? S Aug22 0:00 [kthreadd]
|
||||
root 3 0.0 0.0 0 0 ? S Aug22 0:00 [pool_workqueue_release]
|
||||
root 4 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-rcu_gp]
|
||||
root 5 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-sync_wq]
|
||||
root 6 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-kvfree_rcu_reclaim]
|
||||
root 7 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-slub_flushwq]
|
||||
root 8 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-netns]
|
||||
root 11 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/0:0H-events_highpri]
|
||||
root 13 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-mm_percpu_wq]
|
||||
root 14 0.0 0.0 0 0 ? I Aug22 0:00 [rcu_tasks_kthread]
|
||||
root 15 0.0 0.0 0 0 ? I Aug22 0:00 [rcu_tasks_rude_kthread]
|
||||
root 16 0.0 0.0 0 0 ? I Aug22 0:00 [rcu_tasks_trace_kthread]
|
||||
root 17 0.0 0.0 0 0 ? S Aug22 0:16 [ksoftirqd/0]
|
||||
root 18 0.2 0.0 0 0 ? I Aug22 6:28 [rcu_preempt]
|
||||
root 19 0.0 0.0 0 0 ? S Aug22 0:00 [rcu_exp_par_gp_kthread_worker/0]
|
||||
root 20 0.0 0.0 0 0 ? S Aug22 0:02 [rcu_exp_gp_kthread_worker]
|
||||
root 21 0.0 0.0 0 0 ? S Aug22 0:01 [migration/0]
|
||||
root 22 0.0 0.0 0 0 ? S Aug22 0:00 [idle_inject/0]
|
||||
root 23 0.0 0.0 0 0 ? S Aug22 0:00 [cpuhp/0]
|
||||
root 24 0.0 0.0 0 0 ? S Aug22 0:00 [cpuhp/2]
|
||||
root 25 0.0 0.0 0 0 ? S Aug22 0:00 [idle_inject/2]
|
||||
root 26 0.0 0.0 0 0 ? S Aug22 0:01 [migration/2]
|
||||
root 27 0.0 0.0 0 0 ? S Aug22 0:08 [ksoftirqd/2]
|
||||
root 29 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/2:0H-events_highpri]
|
||||
root 30 0.0 0.0 0 0 ? S Aug22 0:00 [cpuhp/1]
|
||||
root 31 0.0 0.0 0 0 ? S Aug22 0:00 [idle_inject/1]
|
||||
root 32 0.0 0.0 0 0 ? S Aug22 0:01 [migration/1]
|
||||
root 33 0.0 0.0 0 0 ? S Aug22 0:10 [ksoftirqd/1]
|
||||
root 35 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/1:0H-events_highpri]
|
||||
root 36 0.0 0.0 0 0 ? S Aug22 0:00 [cpuhp/3]
|
||||
root 37 0.0 0.0 0 0 ? S Aug22 0:00 [idle_inject/3]
|
||||
root 38 0.0 0.0 0 0 ? S Aug22 0:01 [migration/3]
|
||||
root 39 0.0 0.0 0 0 ? S Aug22 0:07 [ksoftirqd/3]
|
||||
root 41 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/3:0H-events_highpri]
|
||||
root 42 0.0 0.0 0 0 ? S Aug22 0:00 [kdevtmpfs]
|
||||
root 43 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-inet_frag_wq]
|
||||
root 44 0.0 0.0 0 0 ? S Aug22 0:00 [kauditd]
|
||||
root 45 0.0 0.0 0 0 ? S Aug22 0:00 [khungtaskd]
|
||||
root 47 0.0 0.0 0 0 ? S Aug22 0:00 [oom_reaper]
|
||||
root 49 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-writeback]
|
||||
root 50 0.0 0.0 0 0 ? S Aug22 0:16 [kcompactd0]
|
||||
root 51 0.0 0.0 0 0 ? SN Aug22 0:00 [ksmd]
|
||||
root 52 0.0 0.0 0 0 ? SN Aug22 0:02 [khugepaged]
|
||||
root 53 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-kintegrityd]
|
||||
root 54 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-kblockd]
|
||||
root 55 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-blkcg_punt_bio]
|
||||
root 56 0.2 0.0 0 0 ? S Aug22 8:06 [irq/9-acpi]
|
||||
root 60 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-tpm_dev_wq]
|
||||
root 61 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-ata_sff]
|
||||
root 62 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-md]
|
||||
root 63 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-md_bitmap]
|
||||
root 64 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-edac-poller]
|
||||
root 65 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-devfreq_wq]
|
||||
root 66 0.0 0.0 0 0 ? S Aug22 0:00 [watchdogd]
|
||||
root 67 0.0 0.0 0 0 ? I< Aug22 0:03 [kworker/0:1H-kblockd]
|
||||
root 68 0.0 0.0 0 0 ? S Aug22 0:00 [kswapd0]
|
||||
root 69 0.0 0.0 0 0 ? S Aug22 0:00 [ecryptfs-kthread]
|
||||
root 70 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-kthrotld]
|
||||
root 71 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-acpi_thermal_pm]
|
||||
root 73 0.0 0.0 0 0 ? S Aug22 0:05 [hwrng]
|
||||
root 76 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-mld]
|
||||
root 77 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-ipv6_addrconf]
|
||||
root 84 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-kstrp]
|
||||
root 86 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/u17:0]
|
||||
root 99 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-charger_manager]
|
||||
root 125 0.0 0.0 0 0 ? I< Aug22 0:03 [kworker/2:1H-kblockd]
|
||||
root 128 0.0 0.0 0 0 ? I< Aug22 0:03 [kworker/3:1H-kblockd]
|
||||
root 129 0.0 0.0 0 0 ? I< Aug22 0:09 [kworker/1:1H-kblockd]
|
||||
root 160 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-ktpacpid]
|
||||
root 164 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-firewire]
|
||||
root 167 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-firewire_ohci]
|
||||
root 168 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-sdhci]
|
||||
root 169 0.0 0.0 0 0 ? S Aug22 0:00 [irq/16-mmc0]
|
||||
root 171 0.0 0.0 0 0 ? S Aug22 0:00 [scsi_eh_0]
|
||||
root 172 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-scsi_tmf_0]
|
||||
root 173 0.0 0.0 0 0 ? S Aug22 0:00 [scsi_eh_1]
|
||||
root 174 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-scsi_tmf_1]
|
||||
root 175 0.0 0.0 0 0 ? S Aug22 0:00 [scsi_eh_2]
|
||||
root 176 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-scsi_tmf_2]
|
||||
root 177 0.0 0.0 0 0 ? S Aug22 0:00 [scsi_eh_3]
|
||||
root 178 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-scsi_tmf_3]
|
||||
root 179 0.0 0.0 0 0 ? S Aug22 0:00 [scsi_eh_4]
|
||||
root 180 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-scsi_tmf_4]
|
||||
root 181 0.0 0.0 0 0 ? S Aug22 0:00 [scsi_eh_5]
|
||||
root 182 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-scsi_tmf_5]
|
||||
root 228 0.0 0.0 0 0 ? S Aug22 0:22 [jbd2/sda2-8]
|
||||
root 229 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-ext4-rsv-conversion]
|
||||
root 288 0.0 0.4 128560 76788 ? S<s Aug22 1:59 /usr/lib/systemd/systemd-journald
|
||||
root 325 0.0 0.0 29296 7324 ? Ss Aug22 0:35 /usr/lib/systemd/systemd-udevd
|
||||
root 350 0.0 0.0 0 0 ? S Aug22 0:00 [psimon]
|
||||
root 512 0.0 0.0 0 0 ? S Aug22 0:00 [irq/27-mei_me]
|
||||
root 518 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-cfg80211]
|
||||
root 530 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-cryptd]
|
||||
root 542 0.0 0.0 0 0 ? S Aug22 0:00 [jbd2/sdb1-8]
|
||||
root 543 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-ext4-rsv-conversion]
|
||||
root 595 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-nvkm-disp]
|
||||
_rpc 606 0.0 0.0 7968 3956 ? Ss Aug22 0:00 /sbin/rpcbind -f -w
|
||||
systemd+ 626 0.0 0.0 21748 12552 ? Ss Aug22 0:04 /usr/lib/systemd/systemd-resolved
|
||||
systemd+ 628 0.0 0.0 91048 7700 ? Ssl Aug22 2:04 /usr/lib/systemd/systemd-timesyncd
|
||||
root 698 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-ttm]
|
||||
root 702 0.0 0.0 0 0 ? S Aug22 0:00 [card1-crtc0]
|
||||
root 703 0.0 0.0 0 0 ? S Aug22 0:00 [card1-crtc1]
|
||||
root 778 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-ttm]
|
||||
root 780 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-rpciod]
|
||||
root 781 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-xprtiod]
|
||||
root 786 0.0 0.0 0 0 ? S Aug22 0:00 [card2-crtc0]
|
||||
root 790 0.0 0.0 0 0 ? S Aug22 0:00 [card2-crtc1]
|
||||
message+ 822 0.1 0.0 10436 5636 ? Ss Aug22 6:17 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
|
||||
root 826 0.0 0.1 40652 22956 ? Ss Aug22 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
|
||||
orb 827 4.3 0.7 2550152 127580 ? Ssl Aug22 137:32 /usr/bin/orb sensor
|
||||
root 831 2.3 0.0 18524 8944 ? Ss Aug22 74:51 /usr/lib/systemd/systemd-logind
|
||||
root 843 0.1 0.1 337584 20104 ? Ssl Aug22 3:59 /usr/sbin/NetworkManager --no-daemon
|
||||
root 845 0.0 0.0 18148 11624 ? Ss Aug22 0:15 /usr/sbin/wpa_supplicant -u -s -O DIR=/run/wpa_supplicant GROUP=netdev
|
||||
syslog 882 0.0 0.0 222564 6616 ? Ssl Aug22 0:30 /usr/sbin/rsyslogd -n -iNONE
|
||||
polkitd 905 0.0 0.0 309788 9740 ? Ssl Aug22 0:19 /usr/lib/polkit-1/polkitd --no-debug
|
||||
root 985 0.1 0.4 1250424 65676 ? Ssl Aug22 6:04 /usr/bin/python3 /usr/bin/fail2ban-server -xf start
|
||||
root 992 3.6 0.4 1321660 72400 ? Ssl Aug22 113:44 /usr/sbin/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tailscaled.sock --port=41641
|
||||
root 993 0.0 0.1 117976 24752 ? Ssl Aug22 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
|
||||
root 998 0.4 0.3 2320072 55140 ? Ssl Aug22 12:41 /usr/bin/containerd
|
||||
root 1004 0.0 0.0 12020 7928 ? Ss Aug22 0:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
|
||||
root 1186 2.0 0.5 2871212 94732 ? Ssl Aug22 64:11 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
|
||||
root 1198 0.3 0.3 107624 58200 ? Ss Aug22 10:04 /usr/lib/systemd/systemd-journald netdata
|
||||
root 1231 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-nfsiod]
|
||||
root 1252 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-cifsiod]
|
||||
root 1253 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-smb3decryptd]
|
||||
root 1255 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-cifsfileinfoput]
|
||||
root 1258 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-cifsoplockd]
|
||||
root 1259 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-deferredclose]
|
||||
root 1260 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-serverclose]
|
||||
root 1261 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-cfid_put_wq]
|
||||
root 1262 0.0 0.0 0 0 ? I< Aug22 0:00 [kworker/R-cifs-dfscache]
|
||||
root 1268 0.1 0.0 0 0 ? S Aug22 4:41 [cifsd]
|
||||
netdata 1269 5.2 3.0 1305920 492356 ? Ssl Aug22 164:43 /usr/sbin/netdata -P /run/netdata/netdata.pid -D
|
||||
netdata 1394 0.0 0.0 124892 5256 ? S Aug22 0:34 spawn-plugins
|
||||
root 1895 0.0 0.0 42856 4568 ? Ss Aug22 0:02 /usr/lib/postfix/sbin/master -w
|
||||
postfix 1897 0.0 0.0 43404 7672 ? S Aug22 0:00 qmgr -l -t unix -u
|
||||
statd 2200 0.0 0.0 4616 1888 ? Ss Aug22 0:00 /usr/sbin/rpc.statd
|
||||
root 2499 0.0 0.0 0 0 ? S Aug22 0:00 [psimon]
|
||||
root 2529 0.0 0.0 0 0 ? I Aug22 0:00 [lockd]
|
||||
root 2651 0.0 0.0 1238360 14564 ? Sl Aug22 0:45 /usr/bin/containerd-shim-runc-v2 -namespace moby -id f10bb67d4491e19b861c4d701434fc6cb502fe7ef97819fd396f3a1de1331a6a -address /run/containerd/containerd.sock
|
||||
root 2665 0.0 0.0 1238104 14912 ? Sl Aug22 0:47 /usr/bin/containerd-shim-runc-v2 -namespace moby -id f98c54046fb5d9ee2c99116086aedd4cb236bfbb5afd2d17525fed57c81fab6b -address /run/containerd/containerd.sock
|
||||
root 2666 0.0 0.0 1238616 14784 ? Sl Aug22 0:46 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 3adb056a4df26a8bdef76810ab969d592c7f7e13943bfd825f9faa51a3cefe49 -address /run/containerd/containerd.sock
|
||||
root 2668 0.0 0.0 1238616 14892 ? Sl Aug22 0:47 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 704876598a27c70218266d184f65e15e14a0f43480cb7031386002d289be37f8 -address /run/containerd/containerd.sock
|
||||
root 2678 0.0 0.0 1238104 15260 ? Sl Aug22 1:52 /usr/bin/containerd-shim-runc-v2 -namespace moby -id d269ab80f8a5427f66ef4d091e7f457ec8eab3c9e769ac1f20cccfdecc1835f2 -address /run/containerd/containerd.sock
|
||||
root 2818 0.0 0.0 436 0 ? Ss Aug22 0:00 /package/admin/s6/command/s6-svscan -d4 -- /run/service
|
||||
root 2819 0.0 0.0 3896 2580 ? Ss Aug22 0:00 bash /run.sh --model tiny-int8 --language en --uri tcp://0.0.0.0:10300 --data-dir /data
|
||||
root 2832 0.0 0.0 10172 5444 ? Ss Aug22 0:00 nginx: master process nginx -g daemon off;
|
||||
root 2836 0.0 0.0 716684 15152 ? Ssl Aug22 0:06 /watchtower --cleanup --schedule 0 0 2 * * *
|
||||
root 2838 0.0 0.3 1311264 61136 ? Ssl Aug22 1:00 ./agent
|
||||
root 2995 0.0 0.0 1819172 4488 ? Sl Aug22 0:00 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 10300 -container-ip 172.17.0.3 -container-port 10300 -use-listen-fd
|
||||
root 3029 0.0 0.0 1671708 4400 ? Sl Aug22 0:00 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 9080 -container-ip 172.23.0.2 -container-port 80 -use-listen-fd
|
||||
root 3055 0.0 0.0 1745440 4328 ? Sl Aug22 0:00 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 9001 -container-ip 172.17.0.4 -container-port 9001 -use-listen-fd
|
||||
root 3063 0.0 0.8 573072 141512 ? Sl Aug22 0:01 python3 -m wyoming_faster_whisper --uri tcp://0.0.0.0:10300 --data-dir /data --download-dir /data --model tiny-int8 --language en --uri tcp://0.0.0.0:10300 --data-dir /data
|
||||
message+ 3152 0.0 0.0 10636 3088 ? S Aug22 0:00 nginx: worker process
|
||||
message+ 3153 0.0 0.0 10636 2836 ? S Aug22 0:00 nginx: worker process
|
||||
message+ 3154 0.0 0.0 10636 2836 ? S Aug22 0:00 nginx: worker process
|
||||
message+ 3155 0.0 0.0 10636 2900 ? S Aug22 0:00 nginx: worker process
|
||||
root 3170 0.0 0.0 220 0 ? S Aug22 0:00 s6-supervise s6-linux-init-shutdownd
|
||||
root 3173 0.0 0.0 208 0 ? Ss Aug22 0:00 /package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /run/s6/basedir -g 3000 -C -B
|
||||
root 3247 0.0 0.0 220 0 ? S Aug22 0:00 s6-supervise svc-cron
|
||||
root 3248 0.0 0.0 220 0 ? S Aug22 0:00 s6-supervise s6rc-fdholder
|
||||
root 3249 0.0 0.0 220 0 ? S Aug22 0:00 s6-supervise s6rc-oneshot-runner
|
||||
root 3265 0.0 0.0 208 0 ? Ss Aug22 0:00 /package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/command/s6-ipcserver-access -v0 -E -l0 -i data/rules -- /package/admin/s6/command/s6-sudod -t 30000 -- /package/admin/s6-rc/command/s6-rc-oneshot-run -l ../.. --
|
||||
root 3567 0.0 0.0 1640 764 ? Ss Aug22 0:05 busybox crond -f -S -l 5
|
||||
netdata 4398 0.0 0.0 129180 5720 ? Sl Aug22 2:43 /usr/libexec/netdata/plugins.d/network-viewer.plugin 1
|
||||
netdata 4413 0.3 0.0 203960 6924 ? Sl Aug22 9:55 /usr/libexec/netdata/plugins.d/systemd-journal.plugin 1
|
||||
netdata 4415 0.9 0.6 1351872 110544 ? Sl Aug22 31:15 /usr/libexec/netdata/plugins.d/go.d.plugin 1
|
||||
netdata 4421 3.7 0.0 100168 9024 ? Sl Aug22 118:31 /usr/libexec/netdata/plugins.d/apps.plugin 1
|
||||
root 4423 0.1 0.0 347664 15784 ? Sl Aug22 3:31 /usr/libexec/netdata/plugins.d/ebpf.plugin 1
|
||||
netdata 4426 0.0 0.0 14468 2228 ? S Aug22 0:33 spawn-setns
|
||||
root 6500 0.0 0.0 9424 2756 ? Ss Aug22 0:01 /usr/sbin/cron -f -P
|
||||
kernoops 6503 0.0 0.0 12744 2412 ? Ss Aug22 0:00 /usr/sbin/kerneloops --test
|
||||
jon 6509 0.0 0.0 20728 11304 ? Ss Aug22 2:09 /usr/lib/systemd/systemd --user
|
||||
kernoops 6510 0.0 0.0 12744 2516 ? Ss Aug22 0:00 /usr/sbin/kerneloops
|
||||
jon 6514 0.0 0.0 23564 3708 ? S Aug22 0:00 (sd-pam)
|
||||
root 6520 0.0 0.0 8704 1888 tty1 Ss+ Aug22 0:00 /sbin/agetty -o -p -- \u --noclear - linux
|
||||
jon 6535 0.0 0.0 109144 8352 ? Ssl Aug22 0:00 /usr/bin/pipewire
|
||||
jon 6537 0.0 0.0 97736 5640 ? Ssl Aug22 0:00 /usr/bin/pipewire -c filter-chain.conf
|
||||
jon 6538 0.0 0.0 404460 15512 ? Ssl Aug22 0:00 /usr/bin/wireplumber
|
||||
jon 6539 0.0 0.0 109400 10272 ? Ssl Aug22 0:00 /usr/bin/pipewire-pulse
|
||||
jon 6545 0.0 0.0 9500 5028 ? Ss Aug22 0:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
|
||||
rtkit 6569 0.0 0.0 22940 3352 ? SNsl Aug22 0:03 /usr/libexec/rtkit-daemon
|
||||
netdata 2171684 0.2 0.0 87976 5808 ? Sl 06:56 0:47 /usr/libexec/netdata/plugins.d/debugfs.plugin 1
|
||||
root 2171692 0.0 0.0 14120 5208 ? S 06:56 0:04 /usr/libexec/netdata/plugins.d/nfacct.plugin 1
|
||||
root 2299918 0.0 0.0 0 0 ? I 09:58 0:01 [kworker/u16:3-events_unbound]
|
||||
root 2300618 0.0 0.0 0 0 ? I 10:00 0:01 [kworker/u16:6-flush-8:0]
|
||||
postfix 2317702 0.0 0.0 43364 7796 ? S 10:24 0:00 pickup -l -t unix -u -c
|
||||
root 2320751 0.0 0.0 0 0 ? I 10:28 0:00 [kworker/u16:0-ext4-rsv-conversion]
|
||||
root 2339200 0.0 0.0 0 0 ? I 10:55 0:00 [kworker/1:2-events]
|
||||
root 2339404 0.0 0.0 0 0 ? I 10:55 0:00 [kworker/3:0-events]
|
||||
netdata 2341300 0.0 0.0 4588 3220 ? S 10:58 0:01 bash /usr/libexec/netdata/plugins.d/tc-qos-helper.sh 1
|
||||
root 2342324 0.0 0.0 0 0 ? I 10:59 0:00 [kworker/u16:2-ext4-rsv-conversion]
|
||||
root 2342921 0.0 0.0 0 0 ? I 11:00 0:00 [kworker/u16:4-flush-8:0]
|
||||
root 2347162 0.0 0.0 0 0 ? I 11:06 0:00 [kworker/u16:5-flush-8:0]
|
||||
root 2347875 0.0 0.0 0 0 ? I 11:07 0:00 [kworker/0:0-rtl92c_pci]
|
||||
root 2347968 0.0 0.0 0 0 ? I 11:07 0:00 [kworker/u16:7-flush-8:0]
|
||||
root 2352072 0.0 0.0 0 0 ? I 11:13 0:00 [kworker/2:2-events]
|
||||
root 2356909 0.0 0.0 0 0 ? I 11:19 0:00 [kworker/0:3-events]
|
||||
root 2357233 0.0 0.0 0 0 ? I 11:20 0:00 [kworker/1:0-cgroup_destroy]
|
||||
root 2357398 0.0 0.0 0 0 ? I 11:20 0:00 [kworker/3:1-events]
|
||||
root 2358800 0.0 0.0 0 0 ? I 11:22 0:00 [kworker/2:0-events]
|
||||
root 2360900 0.0 0.0 0 0 ? I 11:25 0:00 [kworker/0:1-events]
|
||||
root 2360920 0.0 0.0 0 0 ? I 11:25 0:00 [kworker/u16:1-events_unbound]
|
||||
postfix 2361279 0.0 0.0 43364 7764 ? S 11:26 0:00 showq -t unix -u -c
|
||||
root 2362064 0.0 0.0 0 0 ? I 11:27 0:00 [kworker/1:1-events]
|
||||
root 2362100 0.0 0.0 0 0 ? I 11:27 0:00 [kworker/3:2-events]
|
||||
root 2362645 0.8 0.0 17232 10464 ? Ss 11:28 0:00 sshd: jon [priv]
|
||||
jon 2362682 0.5 0.0 17616 7900 ? S 11:28 0:00 sshd: jon@pts/0
|
||||
jon 2362697 0.0 0.0 2800 1580 pts/0 Ss+ 11:28 0:00 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-udsadmbmcciccfvdwgzokhqxfhvpkgxv ; /home/jon/.ansible/tmp/ansible-tmp-1756049305.395398-2439275-22484209955228/fast_comprehensive_discovery.sh' && sleep 0
|
||||
root 2362698 0.0 0.0 21712 7396 pts/0 S+ 11:28 0:00 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-udsadmbmcciccfvdwgzokhqxfhvpkgxv ; /home/jon/.ansible/tmp/ansible-tmp-1756049305.395398-2439275-22484209955228/fast_comprehensive_discovery.sh
|
||||
root 2362700 0.0 0.0 21712 2724 pts/1 Ss 11:28 0:00 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-udsadmbmcciccfvdwgzokhqxfhvpkgxv ; /home/jon/.ansible/tmp/ansible-tmp-1756049305.395398-2439275-22484209955228/fast_comprehensive_discovery.sh
|
||||
root 2362701 0.0 0.0 2800 1580 pts/1 S+ 11:28 0:00 /bin/sh -c echo BECOME-SUCCESS-udsadmbmcciccfvdwgzokhqxfhvpkgxv ; /home/jon/.ansible/tmp/ansible-tmp-1756049305.395398-2439275-22484209955228/fast_comprehensive_discovery.sh
|
||||
root 2362702 2.1 0.0 10204 3708 pts/1 S+ 11:28 0:00 /bin/bash /home/jon/.ansible/tmp/ansible-tmp-1756049305.395398-2439275-22484209955228/fast_comprehensive_discovery.sh
|
||||
root 2362706 0.0 0.0 8296 1876 pts/1 S+ 11:28 0:00 tee -a /tmp/system_audit_lenovo420_20250824_112818/discovery.log
|
||||
root 2363125 0.0 0.0 13616 4580 pts/1 R+ 11:28 0:00 ps aux
|
||||
@@ -0,0 +1,24 @@
|
||||
=== Sample 1/6 at Sun Aug 24 11:28:22 AM EDT 2025 ===
|
||||
Load: 11:28:22 up 2 days, 4:32, 1 user, load average: 3.77, 1.19, 0.53
|
||||
Memory: Mem: 15877 1739 8905 2 5564 14138
|
||||
CPU: cpu 2779304 10973 2812081 68498224 32016 0 49947 0 0 0
|
||||
=== Sample 2/6 at Sun Aug 24 11:28:27 AM EDT 2025 ===
|
||||
Load: 11:28:27 up 2 days, 4:32, 1 user, load average: 4.19, 1.32, 0.58
|
||||
Memory: Mem: 15877 1735 8909 2 5565 14142
|
||||
CPU: cpu 2779401 10973 2812240 68499920 32028 0 49950 0 0 0
|
||||
=== Sample 3/6 at Sun Aug 24 11:28:32 AM EDT 2025 ===
|
||||
Load: 11:28:32 up 2 days, 4:32, 1 user, load average: 4.02, 1.33, 0.58
|
||||
Memory: Mem: 15877 1730 8913 2 5565 14146
|
||||
CPU: cpu 2779464 10973 2812311 68501750 32028 0 49950 0 0 0
|
||||
=== Sample 4/6 at Sun Aug 24 11:28:37 AM EDT 2025 ===
|
||||
Load: 11:28:37 up 2 days, 4:32, 1 user, load average: 4.26, 1.43, 0.62
|
||||
Memory: Mem: 15877 1732 8911 2 5565 14144
|
||||
CPU: cpu 2779526 10973 2812374 68503596 32028 0 49950 0 0 0
|
||||
=== Sample 5/6 at Sun Aug 24 11:28:42 AM EDT 2025 ===
|
||||
Load: 11:28:42 up 2 days, 4:32, 1 user, load average: 4.08, 1.44, 0.63
|
||||
Memory: Mem: 15877 1732 8911 2 5565 14144
|
||||
CPU: cpu 2779575 10973 2812441 68505453 32029 0 49951 0 0 0
|
||||
=== Sample 6/6 at Sun Aug 24 11:28:47 AM EDT 2025 ===
|
||||
Load: 11:28:47 up 2 days, 4:33, 1 user, load average: 4.15, 1.50, 0.65
|
||||
Memory: Mem: 15877 1745 8898 2 5565 14132
|
||||
CPU: cpu 2779757 10973 2812564 68507112 32033 0 49951 0 0 0
|
||||
@@ -0,0 +1 @@
|
||||
11:28:22 up 2 days, 4:32, 1 user, load average: 3.77, 1.19, 0.53
|
||||
Reference in New Issue
Block a user