Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 862 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 862 Bytes

acbuild2docker

Build Status GitHub Release

Convert a script using acbuild to Dockerfile instructions.

Requirements

  • bash
  • coreutils

Installation

curl -sLO https://github.com/mthssdrbrg/acbuild2docker/raw/$VERSION/acbuild2docker

Usage

$ acbuild2docker <SCRIPT_PATH>

The above command will run through the script at <SCRIPT_PATH> and convert the relevant acbuild calls to Dockerfile instructions, with the result being written to standard out.

Copyright

This is free and unencumbered software released into the public domain.

See LICENSE or unlicense.org for more information.