nmcli general status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a stupid gist to host an image |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ipxe | |
set base-url http://stable.release.core-os.net/amd64-usr/current | |
kernel ${base-url}/coreos_production_pxe.vmlinuz initrd=coreos_production_pxe_image.cpio.gz coreos.first_boot=1 coreos.config.url=https://example.com/pxe-config.ign | |
initrd ${base-url}/coreos_production_pxe_image.cpio.gz | |
boot |
OpenShift és un servei de RedHat que ens permet desplegar i gestionar aplicacions web en forma de containers. Per a gestionar-los podem utilitzar tant l'aplicació web com des de la terminal. RedHat ens permet crear un projecte gratuït amb uns recursos bastant limitats per a poder provar el servei.
Per a accedir a OpenShift podem utilitzar un compte existent de RedHat o bé crear un nou compte d'OpenShift. Podem crear el compte aquí. Un cop haguem creat el compte, haurem de seleccionar el "pla" gratuït que compta amb 1GiB de RAM i 1GiB d'emmagatzematge persistent.