Skip to content

Instantly share code, notes, and snippets.

@mjudeikis
Created April 10, 2019 09:18
Show Gist options
  • Save mjudeikis/3c657c31b107141a795e2686114fe2f0 to your computer and use it in GitHub Desktop.
Save mjudeikis/3c657c31b107141a795e2686114fe2f0 to your computer and use it in GitHub Desktop.
crio magic
dnf install dnf-util
# Install prerequisites
yum-config-manager --add-repo=https://cbs.centos.org/repos/paas7-crio-311-candidate/x86_64/os/
# Install CRI-O
yum install --nogpgcheck cri-o podman
systemctl start crio
systemctl enable crio
# root file system might need extending...
add alisas to nine /home/lab-user/.bashrc
alias az="podman run -v $HOME:/root regi/osa/cli:aad-group az"
# pre-pull as lab-user to
podman pull mcr.microsoft.com/osa/cli:aad-group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment