DEV Community

Discussion on: Reducing Docker image size of a Nuxt SSR application

Collapse
 
kcq profile image
Kyle Quest • Edited

Nice post!

It's great if Alpine works for your app and your environment. There's a lot of gotchas with it though and many people that initially adopt it migraine away from it eventually.

For some containerized apps DockerSlim is a good option. It lets you use regular and developer friendly base images minifying the images as a post-processing step. We have nuxt SSR apps too and I'll be happy to share our setup :)

Collapse
 
linkdevk profile image
Kyle L

Hey Kyle I'd be very interested to see your setup!