First you need to install Docker
Once you have Docker installed, you'll need to create a Dockerfile. Its content will depend on the technology, for example, in .NET Core we use this definition and in RoR we use this definition
When you have a Dockerfile you just need to run the following comand to create the docker container
docker build -t nectore-bootstrap .
With your docker container you can: