Skip to content

Instantly share code, notes, and snippets.

@dragonfire1119
Created July 6, 2023 17:28
Show Gist options
  • Save dragonfire1119/bd74a45ec08823461428a2f68d690be9 to your computer and use it in GitHub Desktop.
Save dragonfire1119/bd74a45ec08823461428a2f68d690be9 to your computer and use it in GitHub Desktop.
Install cosmos cloud

Install Docker

curl -fsSL https://get.docker.com | sudo sh

Install Cosmos Cloud

docker run -d -p 80:80 -p 443:443 --privileged --name cosmos-server -h cosmos-server --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /:/mnt/host -v /var/lib/cosmos:/config azukaar/cosmos-server:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment