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

Commit 1953f2f

Browse files
Move the experimental building part to the BUILDING.md
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
1 parent 8111365 commit 1953f2f

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

BUILDING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ make test-e2e # run the end-to-end tests
5959
Vendoring of external imports uses the [`dep`](https://github.com/golang/dep) tool.
6060
Please refer to its documentation if you need to update a dependency.
6161

62+
### Experimental
63+
64+
Just add the `EXPERIMENTAL=on` flag before invoking a build target:
65+
```console
66+
$ make EXPERIMEMTAL=on bin/docker-app
67+
$ ./bin/docker-app version
68+
...
69+
Experimental: on
70+
```
71+
6272
## Build using Docker
6373

6474
If you don't have Go installed but Docker is present, you can also use

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ We have lots of ideas for making Compose-based applications easier to share and
233233
* Saving required images into the application artifact to support offline installation
234234
* Signing applications with notary
235235

236+
If you're interested in contributing to the project, jump to [BUILDING.md](BUILDING.md) and [CONTRIBUTING.md](CONTRIBUTING.md).
236237

237238
## Usage
238239

@@ -300,11 +301,4 @@ source <(docker-app completion zsh)
300301

301302
Some commands are flagged as experimental and will remain in this state until they mature. These commands are only accessible using an experimental binary. Feel free to test these commands and give us some feedback!
302303

303-
### How to build your own experimental binary
304-
305-
```console
306-
$ make EXPERIMEMTAL=on bin/docker-app
307-
$ ./bin/docker-app version
308-
...
309-
Experimental: on
310-
```
304+
See [BUILDING.md/Experimental](BUILDING.md#experimental).

0 commit comments

Comments
 (0)