Skip to content

loft-sh/dockerless

Repository files navigation

dockerless

Dockerless is a tool that allows you to build and run Docker containers without having Docker installed.

Features

  • Build Docker images without Docker
  • Run Docker containers without Docker

Installation

For example, to build an image:

dockerless build --dockerfile Dockerfile --context .

And to run a container:

dockerless start