diff --git a/README.md b/README.md index 0bd12c0..4a67f29 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,8 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [percheron](https://github.com/ashmckenzie/percheron) (Organise your Docker containers with muscle and intelligence) by [@ashmckenzie](https://github.com/ashmckenzie) * [crane](https://github.com/michaelsauter/crane) (Lift containers with ease. Easy orchestration for images and containers) by [@michaelsauter](https://github.com/michaelsauter) * [sherdock](https://github.com/rancherio/sherdock) (Automatic GC of images based on regexp) +* [bocker](https://github.com/p8952/bocker) (1) (Docker implemented in 100 lines of bash) by [p8952](https://github.com/p8952) +* [bocker](https://github.com/icy/bocker) (2) (Write Dockerfile completely in Bash. Extensible and simple. --> Reusable) by [icy](https://github.com/icy) ## Continuous Integration / Continuous Delivery * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.