Docker Compose¶ Start compose interactively¶ version: '3' services: service-name: image: image-name stdin_open: true tty: true command: - 'sh'