9 Ekim 2018 Salı

Photon OS - Container-Optimized Linux Operating System



https://vmware.github.io/photon/

Photon OS

Project Photon OS™ is an open source minimal Linux container host optimized for cloud-native applications, cloud platforms, and VMware infrastructure. Photon OS 2.0 includes new security features, OS management capabilities, and updated packages. We invite partners, customers, and community members to collaborate on using Photon OS to run high-performance virtual machines and containerized applications. Optimized for VMware vSphere®: The Linux kernel is tuned for performance when Photon OS runs on vSphere. Support for containers: Photon OS includes the Docker daemon and works with container orchestration frameworks, such as Mesos and Kubernetes. Efficient lifecycle management: Photon OS is easy to manage, patch, and update. Security hardened: The kernel and other aspects of the operating system are built with an emphasis on security.

How To Install Photon OS



Simplest way to install Photon OS on VMWare is using OVA template to deploy virtual machine in VMWare. Or you can use ISO file for fresh install.

For using Photon OS on VMWare Workstation please read: https://github.com/vmware/photon/wiki/Running-Photon-OS-on-Workstation

Configuration After Install

First Login

Use: root / changeme to login system and set new password

Static Ip Address

Create new file 10-static-en.network in /etc/systemd/network folder with content:

[Match]
Name=e*

[Network]
DHCP=no
Address=192.168.1.36/24
Gateway=192.168.1.191


Do not forget to set permission:
# chmod 644 10-static-en.network

Restart network service:
# systemctl restart systemd-networkd



Update OS

Package manager for Photon OS is tdnf
# tdnf update

Enable Docker Daemon

To enable docker daemon by default system startup
# systemctl enable docker

Hiç yorum yok:

Yorum Gönder