primeimages/vice

Sponsored OSS

By PrimeImages

Updated about 1 year ago

Ubuntu with VICE installed

Image
Integration & Delivery
Operating Systems
0

305

vice

Description

This image contains a build of VICE - the Versatile Commodore Emulator on an Ubuntu base image. Amongst others, it's used by a number of solutions in the Primes project. It was created as a separate base image because the VICE build time was prohibitive for it to be built as part of the Primes CI process.

Usage

To run the vice image as is, use the following command:

docker run -ti primeimages/vice

To use the vice image as a base image for a Docker image of your own creation, make sure the first line of your Dockerfile looks as follows:

FROM primeimages/vice:<version>

Replace <version> with the VICE version you want to use that's available in the image's Tags list, or latest for the latest available version.

Dockerfile source code

The source code for this image is available at the following location: https://github.com/PlummersSoftwareLLC/VICE-docker.

Contact information

If you have any questions about the vice image, please create an issue in the GitHub repository's Issues section.

Docker Pull Command

docker pull primeimages/vice