This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tech:linux:alpine:start [2019/06/28 09:16] rk4n3 |
tech:linux:alpine:start [2019/06/28 19:20] (current) rk4n3 |
||
---|---|---|---|
Line 5: | Line 5: | ||
====== Initial Trivia ====== | ====== Initial Trivia ====== | ||
* Default SSH login is ''root'' with password: ''alpine'' | * Default SSH login is ''root'' with password: ''alpine'' | ||
+ | |||
+ | |||
+ | ====== Installation & Configuration ====== | ||
+ | ===== OpenJDK ===== | ||
+ | **Interesting:** [[https://blog.overops.com/running-java-on-docker-youre-breaking-the-law|Oracle's JDK/JRE licensing]] \\ | ||
+ | |||
+ | [[https://www.azul.com/downloads/zulu/zulu-download-alpine|Zulu OpenJDK for Alpine]] \\ | ||
+ | |||
+ | All Zulu files are expanded into appropriate folders relative to the <zulu_dir>/<zulu_jdk> subfolder. For example: | ||
+ | <code> | ||
+ | wget https://cdn.azul.com/zulu/bin/zulu8.38.0.13-ca-jdk8.0.212-linux_musl_x64.tar.gz | ||
+ | mkdir -p /usr/lib/jvm | ||
+ | tar xf zulu8.38.0.13-ca-jdk8.0.212-linux_musl_x64.tar.gz -C /usr/lib/jvm | ||
+ | </code> | ||
//Links: [[tech:start|tech]] ... [[:start|main]]// \\ | //Links: [[tech:start|tech]] ... [[:start|main]]// \\ | ||