#include #include int main() { system("docker run ubuntu:15.10 /bin/echo 'Hello world' "); return 0; }