Sign inSign up

gstolarz/z88dk

By gstolarz

•Updated over 4 years ago

Z88DK - The Development Kit for Z80 Computers.

Image
0

4.6K

gstolarz/z88dk repository overview

⁠Docker images with Z88DK

⁠Building Docker images

⁠Building Docker image based on Ubuntu
docker build -t gstolarz/z88dk -t gstolarz/z88dk:2.1 \
  --build-arg Z88DK_VERSION=2.1 .
⁠Building Docker image based on Alpine
docker build -t gstolarz/z88dk:alpine -t gstolarz/z88dk:2.1-alpine \
  --build-arg Z88DK_VERSION=2.1 -f Dockerfile-alpine .

Tag summary

Content type

Image

Digest

Size

59.8 MB

Last updated

over 4 years ago

docker pull gstolarz/z88dk