ssh-keygen -t ed25519 -C “comment”
“comment” could be something like “laptop” or a date
ssh-keygen -t ed25519 -C “ryzen_pc_nov2024”
The generated key pair will be in ~/.ssh
Copy the public key to another machine:
ssh-copy-id [email protected]
ssh-keygen -t ed25519 -C “comment”
“comment” could be something like “laptop” or a date
ssh-keygen -t ed25519 -C “ryzen_pc_nov2024”
The generated key pair will be in ~/.ssh
Copy the public key to another machine:
ssh-copy-id [email protected]
apt install podman-docker
Default Stacks Directory: /opt/stacks
Default Port: 5001
sudo mkdir -p /opt/stacks /opt/dockge
cd /opt/dockge
sudo curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml –output compose.yaml
docker compose up -d
http://xxx.xxx.xxx.xxx:5001/