Create remote server running on Docker on Eclipse

Since I have Windows installed on my machine, I’m using Boot2Docker with this image websphere-liberty, which is basically an image containing an IBM Liberty server, I can start and run applications on the server just fine.

But I would like to create a remote server in Eclipse pointing to the server in Docker to deploy applications directly from Eclipse instead of manually placing my .wars/.ears inside the Liberty’s dropins folder. The New Server wizard request the Liberty’s installation path, so the problem is that, since I’m using Boot2Docker, Docker is actually running on a VirtualBox vm and I have no idea how to point to the server in Docker, I tried using the ip but it didn’t work.

Any suggestions?