view docker-compose.yml @ 7:5f1fe02b09e9

add docker-compose
author anatofuz
date Mon, 16 Dec 2019 19:47:01 +0900
parents
children 2abf8d4d046f
line wrap: on
line source

version: '3.7'  
  
services:  
  xv6:
    build: .
    command: bash
    tty: true