Created
April 10, 2019 09:18
-
-
Save mjudeikis/3c657c31b107141a795e2686114fe2f0 to your computer and use it in GitHub Desktop.
crio magic
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
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