view docker-compose.yml @ 8:2abf8d4d046f default tip

def container name
author anatofuz
date Mon, 16 Dec 2019 19:52:00 +0900
parents 5f1fe02b09e9
children
line wrap: on
line source

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