Creative Technologies Lab | dokuWiki

Repository of academic adventures, experimental technology, accidental brilliance, and collaborative nerdery.

User Tools

Site Tools


intern:taiga

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

intern:taiga [2024/11/19 16:33] – created Felix Hardmood Beckintern:taiga [2025/05/28 11:22] (current) – [Taiga only displays old stories] Yuni Nguyen
Line 44: Line 44:
 sudo systemctl start docker sudo systemctl start docker
 </code> </code>
 +If you get the following error:
 +{{:intern:error_gateway_failed.png |}}
 +<code>
 +sudo systemctl stop docker
 +// you will probably get the warning: Warning: Stopping docker.service, but it can still be activated by: docker.socket
 +sudo systemctl stop docker.socket
 +sudo lsof -i:9000
 +// example output:
 +// COMMAND       PID USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
 +// docker-pr 2030447 root    4u  IPv4 9450363      0t0  TCP *:9000 (LISTEN)
 +// docker-pr 2030464 root    4u  IPv6 9450370      0t0  TCP *:9000 (LISTEN)
 +kill {pid}
 +// in this case: kill 2030447
 +// in this case: kill 2030464
 +sudo systemctl start docker
 +</code>
 +
/var/www/vhosts/ct-lab.info/wiki.ct-lab.info/data/attic/intern/taiga.1732034012.txt.gz · Last modified: by Felix Hardmood Beck