You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release tar files contains everything needed to install cri-dockerd on a system.
Actual Behavior
The tar files contain the cri-dockerd binaries but none of the needed systemd configuration files. The current installation instructions make it sound like the systemd files are available within the tar file but they are not. A user must download the systemd files separately from within the source tree of the project.
Steps to Reproduce the Problem
Download a tar file
Untar the file tar -zxvf cri-dockerd-03.4.amd64.tgz
Enter the created directory cd cri-dockerd
See that there are no systemd files included
Specifications
Version: 0.3.4
Platform: linux
Subsystem: amd64, arm64
The text was updated successfully, but these errors were encountered:
Expected Behavior
The release tar files contains everything needed to install cri-dockerd on a system.
Actual Behavior
The tar files contain the
cri-dockerd
binaries but none of the needed systemd configuration files. The current installation instructions make it sound like the systemd files are available within the tar file but they are not. A user must download the systemd files separately from within the source tree of the project.Steps to Reproduce the Problem
tar -zxvf cri-dockerd-03.4.amd64.tgz
cd cri-dockerd
Specifications
The text was updated successfully, but these errors were encountered: