mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-02 22:14:27 +01:00
Fix installing docker on Debian by changing the docker install guide to ensure that only the `kata-containers.conf` systemd service snippet is created. Previously, both the snippet and the `daemon.json` Docker config files were being updated because the latter also specified a bash code block. Note that the `daemon.json` section is now consistent with the other install guides - it just displays the JSON code to add rather than trying to set it. Also, added missing shell prompts, changed code blocks into shell (but not bash) code blocks and fixed a few minor grammar and whitespace issues. For further details, see: - https://github.com/kata-containers/documentation/blob/master/Documentation-Requirements.md - https://github.com/kata-containers/tests/tree/master/cmd/kata-manager Fixes #442. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>