docker run -v ${PWD}:/src/ -it z88dk/z88dk zcc +kc -create-app src/example.c -o example
Will create EXAMPLE.KCC that should be runnable using emulators.