Check your server performance for php by php with Docker in one line cmd.
955
Check your server performance for php by php with Docker in one-line command.

docker run -it --rm vmpartner/spenode run
After work image of Spenode not deleted (~70Mb), for delete it run
docker rmi vmpartner/spenode
Or run and delete image right away
docker run -it --rm vmpartner/spenode run && docker rmi vmpartner/spenode
Docker download image and run internal performance tests. After work container is removed automatically (not image). Your node stays clean.

For the test script, thanks to rusoft! :+1:
https://github.com/rusoft/php-simple-benchmark-script
Give star if Spenode was useful for you! Thanks!
Content type
Image
Digest
Size
34.3 MB
Last updated
about 9 years ago
docker pull vmpartner/spenode