docker images for utopia
The minimum hardware requirements: 4 CPU cores and larger than 4096 MB of RAM.
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
systemctl start docker
systemctl enable docker
docker run --restart=always --network host -d -e UTOPIA_PUBLIC_KEY=8619D1D54353041126B576AE44E79EE9E1C3243FC5F72FA11E8AE97241A09808 --name utopia snowdream/utopia
The cpu usage is limited to 90% by default. If you want to change it,pass it with CPU_USAGE.[0 - 100]
docker run --restart=always --network host -d -e UTOPIA_PUBLIC_KEY=8619D1D54353041126B576AE44E79EE9E1C3243FC5F72FA11E8AE97241A09808 -e CPU_USAGE=100 --name utopia snowdream/utopia
docker exec -ti utopia /bin/bash
screen -r
or
docker exec -ti utopia /bin/bash
screen -x crp
Exit screen, but not exit the application:
Do not type ctrl + c, It will exit the application.
Content type
Image
Digest
Size
113.5 MB
Last updated
over 6 years ago
docker pull snowdream/utopia