diff --git a/install/docker/centos-docker-install.md b/install/docker/centos-docker-install.md index eb9e0f8da5..6c09565d83 100644 --- a/install/docker/centos-docker-install.md +++ b/install/docker/centos-docker-install.md @@ -47,7 +47,7 @@ You are now ready to run Kata Containers: ```bash - $ sudo docker run -ti busybox uname -a + $ sudo docker run busybox uname -a ``` The previous command shows details of the kernel version running inside the diff --git a/install/docker/fedora-docker-install.md b/install/docker/fedora-docker-install.md index 841e6a4d4a..d190ec3777 100644 --- a/install/docker/fedora-docker-install.md +++ b/install/docker/fedora-docker-install.md @@ -48,7 +48,7 @@ You are now ready to run Kata Containers: ```bash - $ sudo docker run -ti busybox uname -a + $ sudo docker run busybox uname -a ``` The previous command shows details of the kernel version running inside the diff --git a/install/docker/rhel-docker-install.md b/install/docker/rhel-docker-install.md index 3c637fd81e..dd0c0fab0d 100644 --- a/install/docker/rhel-docker-install.md +++ b/install/docker/rhel-docker-install.md @@ -48,7 +48,7 @@ You are now ready to run Kata Containers: ```bash - $ sudo docker run -ti busybox uname -a + $ sudo docker run busybox uname -a ``` The previous command shows details of the kernel version running inside the diff --git a/install/docker/ubuntu-docker-install.md b/install/docker/ubuntu-docker-install.md index 0d1a7ba04e..e8050c5992 100644 --- a/install/docker/ubuntu-docker-install.md +++ b/install/docker/ubuntu-docker-install.md @@ -51,7 +51,7 @@ You are now ready to run Kata Containers: ```bash - $ sudo docker run -ti busybox uname -a + $ sudo docker run busybox uname -a ``` The previous command shows details of the kernel version running inside the