Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can docker-slim be used without Docker? #60

Closed
probonopd opened this issue Jan 1, 2019 · 3 comments
Closed

Can docker-slim be used without Docker? #60

probonopd opened this issue Jan 1, 2019 · 3 comments

Comments

@probonopd
Copy link

probonopd commented Jan 1, 2019

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?

@kcq
Copy link
Member

kcq commented Jan 24, 2019

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).

@probonopd
Copy link
Author

For me it would be fully sufficient if this would work on Linux for Linux application bundles.

@kcq
Copy link
Member

kcq commented Mar 15, 2019

Moving this to the wishlist

@kcq kcq closed this as completed Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants