From 8986673fb69a48d1002f8d13fbb3afe47fff8cc7 Mon Sep 17 00:00:00 2001 From: Kyle Balston Date: Wed, 19 Oct 2022 03:03:29 -0700 Subject: [PATCH] Mark `box` project as abandoned (#1027) The last commit for `box` was 2017-11-02 and the project has been archived --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c16e627..79c49ec 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker/) - [bocker](https://github.com/icy/bocker) (2) :skull: - Write Dockerfile completely in Bash. Extensible and simple. --> Reusable by [@icy](https://github.com/icy) - [bocker](https://github.com/p8952/bocker) (1) :skull: - Docker implemented in 100 lines of bash by [p8952](https://github.com/p8952) -- [box](https://github.com/box-builder/box) - Build Dockerfile images with a mruby DSL, includes flattening and layer manipulation +- [box](https://github.com/box-builder/box) :skull: - Build Dockerfile images with a mruby DSL, includes flattening and layer manipulation - [Capitan](https://github.com/byrnedo/capitan) - Composable docker orchestration with added scripting support by [@byrnedo]. - [compose_plantuml](https://github.com/funkwerk/compose_plantuml) :skull: - Generate Plantuml graphs from docker-compose files by [@funkwerk](https://github.com/funkwerk) - [Composerize](https://github.com/magicmark/composerize) - Convert docker run commands into docker-compose files