I'm working from my local laptop and preparing a Dockerfile that I want to use for deployment later on the server. The problem is server contains only docker client/daemon, but has no connectivity to official docker registry and neither it provides it's own image registry.
Is it possible to build my image locally, ship it to the server and run a container on it without going through the trouble of creating my own image registry?