Add signoz.

This commit is contained in:
2026-03-25 15:43:21 +05:30
parent 2b48107b65
commit d00c00fc34
5 changed files with 464 additions and 0 deletions

7
docker-install.sh Normal file
View File

@@ -0,0 +1,7 @@
sudo apt remove -y $(dpkg --get-selections docker.io docker-compose docker-compose-v2 docker-doc podman-docker containerd runc | cut -f1)
sudo apt-get install -y uidmap
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
# Don't install rootless because compose has certain things like setting ulimits which only rooted docker can do.
# dockerd-rootless-setuptool.sh install
# sudo loginctl enable-linger ubuntu