Important packages and their purpose in Centos Linux
While building docker images, certain unwanted packages may be ignored. But some basic command like netstat (or) services command should not get removed, while removing unwanted packages.
initscripts -> Contains services command
net-tools -> Contains the essential commands such as netstat, etc.
The following command will do the installation.
yum install initscripts net-tools
While building docker images, certain unwanted packages may be ignored. But some basic command like netstat (or) services command should not get removed, while removing unwanted packages.
initscripts -> Contains services command
net-tools -> Contains the essential commands such as netstat, etc.
The following command will do the installation.
yum install initscripts net-tools
No comments:
Post a Comment