Skip to content

ColinShaw/docker-program-no-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Executable For Docker

This is just an example of minimal code that can be executed in a container with no additional support (e.g. copying dynamic libs). Mainly so I don't forget how to do it. Just look at the code, Makefile and Dockerfile to see what it is doing. To compile, the static libraries available, and you must also compile with static and nostartfiles so that _start is a viable entry point and the static libraries are linked.

About

How to write a simple static lib program for Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published