dockerless

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2024 License: MPL-2.0 Imports: 7 Imported by: 0

README

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

WARN: running dockerless on your host can delete key files and destroy your working environment.

For example, to build an image, run the following in the gcr.io/kaniko-project/executor image:

dockerless build --dockerfile Dockerfile --context .

And to run a container:

dockerless start

Development

Build dockerless and new image

just build
cp dist/dockerless_{arch}/dockerless .
docker build -t {repo}/dockerless:{tag} -f Dockerfile --build-arg TARGETARCH=$(uname -m) --build-arg TARGETOS=linux .

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL