File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 sudo systemctl enable crio.service
4545 sudo systemctl start crio.service
4646 sudo chmod 0777 /var/run/crio/crio.sock
47- # install docker
48- # Add Docker's official GPG key:
49- sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
50- sudo chmod a+r /etc/apt/keyrings/docker.asc
51- echo \
52- "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
53- $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
54- sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
55- sudo apt update
56- sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
5747 # install dex
5848 git clone https://github.com/dexidp/dex.git
5949 cd dex/
You can’t perform that action at this time.
0 commit comments