Sign inSign up

toughiq/fishtest

By toughiq

Updated over 3 years ago

StockFish fishtest worker - Chess

Image
0

1.1K

toughiq/fishtest repository overview

oci-fishtest

StockFish fishtest worker - Chess

Source: https://github.com/toughIQ/oci-fishtest

BUILD

podman build -t my_fishtest:latest https://github.com/toughIQ/oci-fishtest.git

RUN

  • Using DockerHub image:

podman run -it --rm -e USERNAME="myUsername" -e PASSWORD="myPassword" docker.io/toughiq/fishtest:latest

  • Using local build image:

podman run -it --rm -e USERNAME="myUsername" -e PASSWORD="myPassword" my_fishtest:latest

  • Running as daemon:

podman run -d -e USERNAME="myUsername" -e PASSWORD="myPassword" docker.io/toughiq/fishtest:latest

  • Change number of CPU cores:

You may change the default number of cores from 1 to anything you like by adding the -e CORES="<some_number>" parameter.

Tag summary

Content type

Image

Digest

sha256:1969e771a

Size

349.4 MB

Last updated

over 3 years ago

docker pull toughiq/fishtest