3.0 にアップデートしたら、コマンド打つたびいちいちエラー吐く†
想定原因
対処
sudo sed -i.bak \
  -e '/events_logger/{s/^# //; s/journald/file/}'     \
  -e '/cgroup_manager/{s/^# //; s/systemd/cgroupfs/}' \
  /etc/containers/containers.conf
ERRO[0000] OCI Runtime runc is in use by a container†
概要
- runc が入ってないよ、的なエラーが出る
 ERRO[0000] OCI Runtime runc is in use by a container, but is not available (not in configuration file or not installed)
対処
- sudo apt install cri-o-runc