카테고리 없음
ubuntu-docker install
궁굼하다
2023. 7. 23. 10:16
728x90
반응형
virtualbox- ubuntu-20.04 설치 사양
cpu -2
memory-4GB
hard - 20GB / dynamic
network - 10.101.0.0/24
ip -10.101.0.105 지정
Enterprise Open Source and Linux | Ubuntu
Ubuntu is the modern, open source operating system on Linux for the enterprise server, desktop, cloud, and IoT.
ubuntu.com
root - workwork
docker - work
ip a로 네트워크 수정 변경 확인

호스트 네임변경
sudo vi /etc/hostname
#docker-ubuntu.example.com으로 호스트네임 변경
호스팅 등록하기
sudo vi /etc/hosts
# 통신을위해 몇가지 호스트 등록

ping test

root 패스워드 주기
sudo passwd root
vim tree curl openssh-server 설치
apt-get update
apt-get install -y openssh-server curl tree vim
multi-user 셋팅
systemctl set-default multi-user.target
스냅샹 찍기

반응형