목록Mac_OS (1)
scottlang

Docker image 생성 #docker pull --platform linux/x86_64 centos Centos image 확인 #docker images (centos 확인) Centos 접속 시 공유폴더 설정(파일 옮기기) #docker run -it -v /Users/scott.k/Downloads/util:/mnt--p latform linux/x86_64 centos bash 공유폴더 없이 바로 접속 #docker run -it centos bash Centos pkg & racadm install #yum install net-tools wget update #wget https://dl.dell.com/FOLDER09667202M/1/Dell-iDRACTools-Web-LX-11.1...
Mac_OS
2024. 3. 1. 15:20