primes
This is the collection of Docker images that are built by the Primes project CI.
500K+
primesThis is the collection of Docker images that are built by the CI process on the Primes repository at https://github.com/PlummersSoftwareLLC/Primes.
One build is created for each solution that has a tag with the composition <language>-<number>. For instance, the image corresponding to the solution in the project directory PrimeRust/solution_2 would be tagged as rust-2.
Contrary to other images in the primeimages Docker Hub organization, these images are not meant to be used as the base for other images, but to run Primes project solutions without having to build the corresponding Docker images yourself.
Running a Primes solution Docker image can be done by executing the following command:
docker run primeimages/primes:<language>-<number>
For example, to run the second Rust solution, use:
docker run primeimages/primes:rust-2
To run the first solution written in BASIC, use:
docker run primeimages/primes:basic-1
Note that due to the nature of the images they will not start an interactive shell, but instead run the contained Primes solution and then exit.
If you have any questions about the primes images or the Primes project as a whole, please create a Q&A Discussion in the Primes project GitHub repository Discussion section.
Content type
Image
Digest
sha256:30973d759…
Size
121.9 MB
Last updated
14 days ago
docker pull primeimages/primes:powershell-3Pulls:
594
Last week