PvZ2 Gardendless, a rewritten "Plants vs Zombies 2" entirely using only Web technologies
50K+
Official Website: PvZ2 Gardendless
PvZ2 Gardendless is a fan-made reimagining of the popular game "Plants vs. Zombies 2", built entirely using web technologies. This Docker image allows you to easily deploy and run PvZ2 Gardendless in all desktop platforms.
To run the game, use the following command:
docker run --name pvzge -d -p 8080:80 gaozih/pvzge:latest
The game will be accessible on port 8080 of your host machine, using Chrome/Edge/Firefox to visit http://localhost:8080 to play the game. You can change this by modifying the -p flag (e.g., -p 80:80 to use port 80).
!!! Important !!!: Please export your game save file first, the following step will remove all the data of the game!
First, stop and remove the container:
docker stop pvzge
docker rm pvzge
Then, fetch the newest version of the image from the Docker registry:
docker pull gaozih/pvzge:latest
Finally, recreate the container:
docker run --name pvzge -d -p 8080:80 gaozih/pvzge:latest
Content type
Image
Digest
sha256:aa42d902a…
Size
1 GB
Last updated
18 days ago
docker pull gaozih/pvzge