mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-23 01:04:25 +01: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>