Docker container setup on Docker free web server

Simple question, but I haven’t found much after Googling.

What I would like to create Linux systems that are based on Docker containers from Docker hub.

If I temporary need a docker-engine this would be OK, once I create a Linux image, but after that docker and docker-engine packages would not be needed.

Any idea would be helpful.

Answer

The first thing you need to have for using docker is all the necessary packages and kernel support for docker command.. If you plan to use docker on a VM without docker.. I’m afraid there is no more to do.
Are you willing to take a look at other lightweight virtualization technology? Lxd/snap are something that can help you..

Attribution
Source : Link , Question Author : prosti , Answer Author : Simone Fantini

Leave a Comment