Docker
Install docker on your VPS
Download the installation shell of docker officially
Run the shell
Establish a host mapping path
Find a path that is used to store data on your VPS, for example:
Make a new directory, and remember your path
Fetch the docker image
Run a docker container
if you set your hosting map path, you will replace "/var/lib/node_bevm_test_storage" on your own and you need to replace "your_node_name" to the name you fancy.
Last updated