memostack
article thumbnail
Virtual Box에 Ubuntu 20.04 VM 생성하기
ETC 2021. 2. 18. 23:20

VirtualBox 설치 아래 사이트에서 Virtual Box를 설치 www.virtualbox.org/ Oracle VM VirtualBox Welcome to VirtualBox.org! News Flash New January 19th, 2021VirtualBox 6.1.18 released! Oracle today released a 6.1 maintenance release which improves stability and fixes regressions. See the Changelog for details. Important November 16th, 2020We're hiring www.virtualbox.org 우분투 이미지 다운로드 releases.ubuntu.com/20.04/ Ub..

article thumbnail
Docker에서 우분투(Ubuntu 20.04) 시작하기
DevOps/Docker 2021. 2. 18. 11:43

도커 설치는 아래 참고 2021/02/18 - [Docker] - Window 도커 3.1.0(Docker) 설치 Window 도커 3.1.0(Docker) 설치 Docker Installer 다운로드 아래 사이트에서 Installer 를 설치 www.docker.com/get-started Get Started with Docker | Docker Learn about the complete container solution provided by Docker. Find informati.. memostack.tistory.com Docker에서 Ubuntu 20.04 시작하기 아래 도커 명령어를 수행하여 컨테이너 생성 및 실행 > docker run -d --name ubuntu -p 22:22 -it..