Horje
install apt on ubuntu Code Example
install apt on ubuntu
FROM centos:8

RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* &&\
    sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*

#docker
RUN yum upgrade -y

#other commands




Shell

Related
shell sort algorithm complexity Code Example shell sort algorithm complexity Code Example
MPIexec command Code Example MPIexec command Code Example
terminal make directory and enter in the same time Code Example terminal make directory and enter in the same time Code Example
macbook terminal git diff text cropped Code Example macbook terminal git diff text cropped Code Example
extract text awk Code Example extract text awk Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8