These are just some of the features of our Super Peer ...
- It's Free.
- First Class Peer to Peer Architecture
- Peer to Peer decentralized container image(s) distribution.
- A secure and lean RESTful service architecture to integrate enterprise services.
- Resilent service architecture that uses a try again approach to recover lost time.
- Parallel processing (multicore), asychronous architecture, and various other optimizations.
- Mitosis replication feature that allows every peer to spawn off an installation of more peers.
- Docker images are compressed and encrypted for optimal decreased costs and secure network transfer.
There are many other features, configurations, options, flexibilities, and extensibilities that are not mentioned.
- Latest stable version of Docker
Docker for Mac
Docker for Window - Latest stable version of Java (at least 1.8 or newer)
Java Adoptium - Docker container needs minimum of 2.5GB to 3GB.
- MacOS we support Bash 3.2.57+ or (ideally) latest
Homebrew (brew) to get the latest Bash release - Windows 10/11 we support Command Prompt (cmd.exe), Cygwin, MSYS, and WSL.
Linux/macOS (Cygwin and MSYS bash shell on Windows) instructions: open a terminal and copy paste commands ...
The peer directory must not exist.
The directory name can be any name instead of peer, but please no spaces or special characters except for dash (-) and underscore (_).
mkdir peer && cd peer && \
curl -sLO https://github.com/vizoros/peer/releases/download/latest/vfy-install.jar && \
java -jar vfy-install.jar
For Terminal only (no Desktop aka headless)
mkdir peer && cd peer && \
curl -sLO https://github.com/vizoros/peer/releases/download/latest/vfy-install.jar && \
java -DHEADLESS -jar vfy-install.jar
The peer directory must not exist.
The directory name can be any name instead of peer, but please no spaces or special characters except for dash (-) and underscore (_).
mkdir peer & cd peer & ^
curl -sLO https://github.com/vizoros/peer/releases/download/latest/vfy-install.jar & ^
java -jar vfy-install.jar
For Terminal only (no Desktop aka headless)
mkdir peer & cd peer & ^
curl -sLO https://github.com/vizoros/peer/releases/download/latest/vfy-install.jar & ^
java -DHEADLESS -jar vfy-install.jar
(You may see More? on old command prompt prepended to some lines, just and ignore and press.)
To update future releases on Windows 10/11 (change directory into peer's home directory) using DOS Windows terminal (cmd.exe):
.\vfy-install -ua & .\vfy-install --update-container & .\vfy cmd fullservice-mode
To update future releases on MacOS/Linux (change directory into peer's home directory) using Terminal in bash shell:
./vfy-install -ua && ./vfy-install --update-container && ./vfy cmd fullservice-mode
Wait until the command prompt comes back.
When finished, either a browser is displayed or a file path to our EULA (End User License Agreement) file location is displayed.
That's it!
Vizoros Website
Vizoros Docker Hub
Vizoros YouTube Videos
Vizoros Group X (Twitter)