microbox / microbox.github.io

The Smallest Docker Images
https://microbox.github.io
18 stars 1 forks source link

about linux app dependencies #8

Closed qiank128 closed 7 years ago

qiank128 commented 7 years ago

can we use linux command "ldd appname"(such as : "ldd nginx") for getting app dependencies?

microbox commented 7 years ago

yes, ldd can show you static linked dependencies. the second part is configuration and data. the third part is external dependencies, e.g database, ssh-server or git