Conway's game of life automaton in a HTML page based on JavaScript.
1.2K
Conway's game of life automaton in a HTML page based on JavaScript.
To run the docker container win an nginx server on port 8888, just execute:
docker run --name conway --detach --publish 8888:80 --restart always ociotec/conway
Just run:
docker image build --tag ociotec/conway .
Content type
Image
Digest
Size
9 MB
Last updated
about 6 years ago
docker pull ociotec/conway