You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is that I have an application directory that contains an application and everything it needs to run, plus a lot of additional files that it does not need to run. I would like to slim down the directory so that only the stuff that is needed to run the application is kept.
How can I do this, without Docker?
The text was updated successfully, but these errors were encountered:
This is a potential future feature when DockerSlim is capable of packaging/dockerizing the application. The main gotcha there is the need to support multiple OSes when it's doing run time analysis and that part is OS specific (it's different on Linux and Mac OS X, for example).
Can docker-slim be used without Docker?
My use case is that I have an application directory that contains an application and everything it needs to run, plus a lot of additional files that it does not need to run. I would like to slim down the directory so that only the stuff that is needed to run the application is kept.
How can I do this, without Docker?
The text was updated successfully, but these errors were encountered: