Docker Compose | Linux.org
www.linux.org › threads › docker-composeMay 22, 2019 · docker run -it compose_ (image) bash The command is useful if you wish to enter the container in interactive mode. Notice the command itself is not ‘docker-compose’ but ‘docker’. Because the command is only ‘docker’ it does not have immediate access to the ‘compose’ images. When the image is named it must be preceded by ‘compose_’.