Sign inSign up

ociotec/conway

By ociotec

Updated about 6 years ago

Conway's game of life automaton in a HTML page based on JavaScript.

Image
0

1.2K

ociotec/conway repository overview

Conway's game of life

Conway's game of life automaton in a HTML page based on JavaScript.

Run inside docker container

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

Build the docker image

Just run:

docker image build --tag ociotec/conway .

Tag summary

Content type

Image

Digest

Size

9 MB

Last updated

about 6 years ago

docker pull ociotec/conway