Category: Blog

Your blog category

  • Generate an ssh key pair

    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]

  • dockge (dodge)

    apt install podman-docker
    Default Stacks Directory: /opt/stacks
    Default Port: 5001

    Create directories that store your stacks and stores Dockge’s stack

    sudo mkdir -p /opt/stacks /opt/dockge
    cd /opt/dockge

    Download the compose.yaml

    sudo curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml –output compose.yaml

    Start the server

    docker compose up -d

    If you are using docker-compose V1 or Podman

    docker-compose up -d

    http://xxx.xxx.xxx.xxx:5001/