Apple ने macOS Container Machines जारी किए
मूल शीर्षक: macOS Container Machines
यह क्यों महत्वपूर्ण है
यह Mac developers के लिए Linux development environment को सरल बनाने का महत्वपूर्ण कदम है।
Apple ने GitHub पर macOS के लिए Container Machines का दस्तावेज़ प्रकाशित किया। यह Mac पर seamless Linux environment प्रदान करने वाला fast, lightweight और persistent solution है जो OCI images पर आधारित है।
Apple ने अपने GitHub repository पर macOS Container Machines की आधिकारिक documentation जारी की है। यह तकनीक Mac users को highly integrated Linux environment प्रदान करती है जो fast, lightweight और persistent है। Container Machines standard OCI images पर आधारित हैं जो build और share किए जा सकते हैं। यह traditional containers से अलग है क्योंकि यह application के बजाय पूरे Linux environment को model करता है। इसमें automatic user और home directory sharing की सुविधा है जो terminal में quick access प्रदान करती है। यह init system चलाता है जो long running services register करने और process supervisor के तहत applications test करने की अनुमति देता है। Container Machines automatically username और home directory को Linux environment में map करता है, जिससे repositories और dotfiles तक आसान पहुँच मिलती है।