I have an ubuntu server in Google Cloud which I'd like move completely to host in Docker on my desktop machine. How can I just clone it and download it for local usage on ubuntu using Docker?
Is there a way to install docker on the VM and create an image of the machine which i can import into my local machine?
PS: Docker Noob