Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 516c0da

Browse files
committed
added mention of the release page and pre-built binaries
1 parent 23ac3dc commit 516c0da

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,17 @@ $ docker-app render -f prod.yml
112112
```
113113

114114

115+
## Installation
116+
117+
Pre-built binaries are available on [GitHub releases](https://github.com/docker/lunchbox/releases) for Windows, Linux and macOS.
118+
119+
```bash
120+
wget https://github.com/docker/lunchbox/releases/download/0.1.0/docker-app-linux.tar.gz
121+
tar xf docker-app-linux.tar.gz
122+
cp docker-app-linux /usr/local/bin/docker-app
123+
```
124+
125+
115126
## Integrating with Helm
116127

117128
`docker-app` comes with a few other helpful commands as well, in particular the ability to create Helm Charts from your Docker Applications. This can be useful if you're adopting Kubernetes, and standardising on Helm to manage the lifecycle of your application components, but want to maintain the simplicity of Compose when writing you applications. This also makes it easy to run the same applications locally just using Docker, if you don't want to be running a full Kubernetes cluster.
@@ -140,8 +151,6 @@ We have lots of ideas for making Compose-based applications easier to share and
140151

141152
## Usage
142153

143-
`docker-app` is currently available only as source code for you to build yourself, binaries will be published soon. If the experiment proves successful we'll move this functionality into the main Docker CLI.
144-
145154
```
146155
$ docker-app
147156
Docker App Packages

0 commit comments

Comments
 (0)