git clone https://github.com/jobscale/tetris.git
cd tetris
main() {
docker build . -t local/tetris:0.0.1
docker run --rm --name tetris --rm -p 443:443 -d local/tetris:0.0.1
curl -k https://127.0.0.1
} && main
Content type
Image
Digest
sha256:a1cfcd60e…
Size
17.8 MB
Last updated
about 2 years ago
docker pull jobscale/tetris