bctx

module
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2021 License: MIT

README

bctx

bctx is a tool for packing and uploading docker build context.

Installation

go get github.com/orisano/bctx/cmd/bctx

How to use

$ bctx -help
  -dest string
    	destination path, supported gs://, s3:// and dir (required)
  -f string
    	override Dockerfile
  -ignore string
    	.dockerignore path (default "$src/.dockerignore")
  -src string
    	source directory (default ".")

To show files of the build context. (order by size)

$ bctx -dest - | tar tv | sort -k3 -r | less

Author

Nao Yonashiro (@orisano)

License

MIT

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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