Setup a basic build environment with Docker using Alpine Linux.
Volume mounting is used to get the source code into the container.
The commands to build and run the container were added to the main readme.
No editor was selected at this time for the base image as it is assumed that an external editor will be used.
Work may have been incomplete in the trace code thus I needed to change vprintf("\n") to puts("") in order to address compiler warnings.
Issue #2
Setup a basic build environment with Docker using Alpine Linux. Volume mounting is used to get the source code into the container. The commands to build and run the container were added to the main readme. No editor was selected at this time for the base image as it is assumed that an external editor will be used.
Work may have been incomplete in the
trace
code thus I needed to changevprintf("\n")
toputs("")
in order to address compiler warnings.