mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 18:58:36 +00:00
The docker install guides end with a call to `docker run`. However, they all specify `-ti` which is causing our CI to fail. Remove the `-ti` so that the command works both under the CI and as expected for the user. Fixes #175. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>