Sign inSign up

snowdream/utopia

By snowdream

Updated over 6 years ago

utopia

Image
2

1.8K

snowdream/utopia repository overview

docker-utopia

utopia

docker images for utopia

Requirements

The minimum hardware requirements: 4 CPU cores and larger than 4096 MB of RAM.

Install Docker

curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh

systemctl start docker 
systemctl enable docker

Usage

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

View

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:

  1. type ctrl + a
  2. type d

Do not type ctrl + c, It will exit the application.

Recommend VPS

tnahosting

vultr

bandwagonhost

Reference

  1. utopia
  2. cpulimit
  3. ITCoder

Tag summary

Content type

Image

Digest

Size

113.5 MB

Last updated

over 6 years ago

docker pull snowdream/utopia