mirror of
https://github.com/containers/youki
synced 2025-11-09 18:38:43 +01:00
* Update basic_setup.md Signed-off-by: bells17 <bells171@gmail.com> * Edit the commented content Signed-off-by: bells17 <bells171@gmail.com> * Standardize format: add "$ " prefix to commands and sudo to systemctl Signed-off-by: bells17 <bells171@gmail.com> * Use https://github.com/youki-dev/youki Signed-off-by: bells17 <bells171@gmail.com> * Edit the commented content Signed-off-by: bells17 <bells171@gmail.com> * Edit the commented content Signed-off-by: bells17 <bells171@gmail.com> * Fix command format in docs Signed-off-by: bells17 <bells171@gmail.com> --------- Signed-off-by: bells17 <bells171@gmail.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| build.sh | ||
| cargo.sh | ||
| clean.sh | ||
| contest.sh | ||
| features_test.sh | ||
| oci_integration_tests.sh | ||
| README.md | ||
| release_tag.sh | ||
Scripts
This stores various scripts that do various things. These can be intended to be used directly, or can be for using from some other scripts or Makefiles.
Note
Please use set -e at the start of every script. This will ensure that the operation fails if any single command fails in that script. Without it, the script will continue after the failing command and might create a knock-on effect of incorrect results. In case you expect some step to fail, handle the failure directly rather than checking some condition to see if the command is successful in the rest of the script.