docker container run -it --env HOME alpine sh-> eğer environment'e değer atamazsak sistem üzerinde o environment'i arar ve onun değerini atayıp container'a gönderir Eğer istersek bir dosya içerisinde tüm ortam değişkenlerini tanımlayıp tek komut ile de bun...
Setup environment variables as following: JAVA_HOME="path to JDK 1.8" JDK_16="path to JDK 1.6" JDK_17="path to JDK 1.7" JDK_18="path to JDK 1.8" JDK_9="path to JDK 9" For local development, if you're not working on bytecode generation or the standard library, it's OK to ha...