Geoff Bourne 7/9/2016

Lessons learned switching to Java Alpine Docker base image

Read Original

This technical article details the practical lessons learned from migrating Java Docker images to Alpine Linux variants. It covers common pitfalls like missing tools (curl/wget), differences in user management commands (useradd vs. adduser), shell configuration for system users, and using `su` instead of `sudo` to drop privileges while maintaining environment variables.

Lessons learned switching to Java Alpine Docker base image

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week