carlonluca / docker-qt

Collection of data to create docker images with Qt support.
GNU General Public License v3.0
34 stars 7 forks source link

How to run #2

Closed mengchaoheng closed 2 years ago

mengchaoheng commented 2 years ago

How to run carlonluca/qt-dev? when I use "docker run -it carlonluca/qt-dev:latest", the output of terminal is

➜  ~ docker run -it   carlonluca/qt-dev:latest 
/bin/bash: -c: option requires an argument
carlonluca commented 2 years ago

Hello, what do you want to run? If you want a shell:

docker run -it carlonluca/qt-dev:latest bash