[Docker] 맥북에 우분투 올리기
Cloud&Container/IaC 2020. 8. 27. 18:32가끔 필요 할 때가 있습니다.
docker-compose.yml)
version: '3.7'
services:
ubuntu-mac:
image: ubuntu:18.04
container_name: ubuntu-mac
stdin_open: true
tty: true
command: [/bin/bash]