Sign inSign up

backdevs/box

By backdevs

Updated 6 months ago

box-project/box but Dockerized - https://box-project.github.io/box

Image
Languages & frameworks
Developer tools
1

4.3K

backdevs/box repository overview

Still box-project/box, but dockerized! 🐋

GitHub Workflow Status Latest Docker version tag

Prerequisites

Basic Usage

docker run -it --rm -v $(pwd):/app backdevs/box:latest compile

This will mount the current working directory to the /app directory inside the container and run box compile inside that directory.

For more advanced configuration options, please refer to the official box configuration documentation.

Build

docker build \
  --build-arg BOX_VERSION=4.3.8 \
  --build-arg COMPOSER_VERSION=2.5.5 \
  --tag backdevs/box:4.3.8 \
  --tag backdevs/box:latest \
  .

Tag summary

Content type

Image

Digest

sha256:48e678414

Size

47.4 MB

Last updated

6 months ago

docker pull backdevs/box