Comments on: How to Install, Run and Delete Applications Inside Docker Containers – Part 2 https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 05 Aug 2020 09:20:57 +0000 hourly 1 By: ISAHAK https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-1191740 Wed, 03 Jul 2019 10:01:17 +0000 http://www.tecmint.com/?p=18462#comment-1191740 In reply to kosmos.

It is because there is no package cache in the image, you need to run:

# apt-get update
]]>
By: Ravi Saive https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-1114581 Tue, 19 Mar 2019 05:54:28 +0000 http://www.tecmint.com/?p=18462#comment-1114581 In reply to Ramakrishna Nissankula.

@Ramakrishna,

Your question is still not clear to me..

If you want to run CentOS container under Ubuntu VM, you can create container as explained in this article..

]]>
By: Ramakrishna Nissankula https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-1114311 Mon, 18 Mar 2019 13:40:32 +0000 http://www.tecmint.com/?p=18462#comment-1114311 I am struggling with the following. Can you please help me?

I installed docker in a Ubuntu VM on my virtual box.

My goal is that: From a centos based container that is running in this docker, I want to launch other docker containers. How do I do this?

Do I need to yum install docker inside my first docker image?

docker is present only in host Ubuntu VM. How can the centos based container run docker commands?

]]>
By: Paul O'Flynn https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-1003968 Mon, 11 Jun 2018 18:32:12 +0000 http://www.tecmint.com/?p=18462#comment-1003968 In reply to Muthukumar.

Running ‘apt update’ first fixed this for me

]]>
By: Matei Cezar https://www.tecmint.com/install-run-and-delete-applications-inside-docker-containers/comment-page-1/#comment-910649 Mon, 04 Sep 2017 06:26:13 +0000 http://www.tecmint.com/?p=18462#comment-910649 In reply to Muthukumar.

Enter container interactive cli with -it options and manually edit sources. Use nano editor If vim is not available.

]]>