Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how one or more containers that make up your ...
docker run --detach \ --name qemu-win2000 \ --device /dev/kvm \ --publish 127.0.0.1:3389:3389/tcp \ --publish 127.0.0.1:5900:5900/tcp \ --publish 127.0.0.1:6080:6080 ...