docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

How to access experimental build? #415

Closed kinghuang closed 5 years ago

kinghuang commented 5 years ago

Description

There are several mentions of an “experimental” build of docker-app in many of the issues. I'm unclear on how to access the experimental build. Is it a different version of docker-app to download? Or, do I need to set certain flags/environment variables?

Steps to reproduce the issue:

  1. Run docker-app.
  2. ?
  3. Profit.

Output of docker-app version:

Version:      v0.6.0
Git commit:   9f9c6680
Built:        Thu Oct  4 13:30:33 2018
OS/Arch:      darwin/amd64
Experimental: off
Renderers:    none
silvin-lubecki commented 5 years ago

Hello @kinghuang, thank you for asking! Experimental mode is only available if you rebuild the binary yourself:

$ make EXPERIMENTAL=on bin/docker-app
$ ?
$ ./bin/docker-app inspect profit
ijc commented 5 years ago

Is this worth a short note in README.md and or BUILDING.md?