Guillaume Tardif
d48c6b844c
Update main readme mission statement to mention Compose applications, remove Beta warning, add ACI example on CI deployments
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-11-02 10:26:58 +01:00
Justin Cormack
16fbe07665
Also available in Stable Desktop
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-09-24 17:53:44 +01:00
Guillaume Tardif
d945c34a55
Adding badge for cloud integration tests.
...
testing effect of https://github.com/docker/compose-cli/pull/620
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-17 12:19:04 +02:00
Chris Crone
770a9312f0
readme: Minor fixes
...
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-09-01 11:51:56 +02:00
Guillaume Tardif
2bd3ce9eef
Include linux install dock & script, split README with BUILDING.md & INSTALL.md
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-26 10:59:16 +02:00
Chris Crone
59eaa8e93b
readme: Prep for open source
...
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-08-26 10:59:16 +02:00
Chris Crone
4c6280b0e9
Rename docker/api -> docker/compose-cli
...
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-08-21 17:28:39 +02:00
Guillaume Tardif
d49d4473c3
Allow running ECS E2E tests locally
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-20 09:59:24 +02:00
Chris Crone
9d073707b9
deps: Bump Go to 1.15 and Go linter to 1.30
...
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-08-12 10:36:09 +02:00
Chris Crone
017053e19a
tests.e2e: Refactor
...
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-08-10 14:12:46 +02:00
Christopher Crone
c26b5ffd97
repo: Move to main branch
...
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-07-31 11:11:03 +02:00
Christopher Crone
bf9b31e6f7
readme: Fix typos
...
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-07-16 13:21:08 +02:00
Guillaume Tardif
0639aab22e
Allow single test run with make
2020-07-08 17:07:32 +02:00
Guillaume Tardif
7cd0b3c159
Separate ACI e2e tests, allowing to run a single one
2020-07-08 16:54:45 +02:00
Guillaume Tardif
fc8132167e
Update doc for release
2020-07-06 09:40:35 +02:00
Guillaume Tardif
6d2d510027
Doc on running e2e tests
2020-06-30 11:31:49 +02:00
Guillaume Tardif
bbcdad39d5
Renamed docker-classic to “com.docker.com”.
2020-06-17 17:57:53 +02:00
Djordje Lukic
39042aa8bd
Build example and local backend conditionaly
...
* `make` will build the cli with all backends exnabled
* `make cross` will cross build without the example and local backend
You can still cross compile with all backends by doing
```console
$ BUILD_TAGS=example,local make cross
```
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2020-06-15 18:02:30 +02:00
Guillaume Tardif
2610b986fd
delegate Moby to docker-classic binary, link docker-classic in e2e tests
2020-05-20 14:23:29 +02:00
Djordje Lukic
f71ef61fef
Remove unused setup-dev.sh, add protoc to the readme
2020-05-14 21:48:50 +02:00
Djordje Lukic
85ccba0e5e
Remove gotestsum from the readme
...
It is not used any more
2020-05-14 21:26:13 +02:00
Djordje Lukic
688e7e5deb
Implement quiet flag for ps command
2020-05-06 12:18:53 +02:00
Djordje Lukic
4e9a4185af
Add `make lint` and run it on CI
2020-05-05 10:50:30 +02:00
Djordje Lukic
ba8c824436
Cleanup Makefiles
...
* add `make help` target
* remove unused variables
* add .exe to the binary name when on windows
* add ldflags to go build to strip the binary (smaller binary size)
* `make protos` must be executed manually when proto files change
2020-05-05 10:07:11 +02:00
Djordje Lukic
fc748142fa
Fix badge...
2020-05-03 15:32:19 +02:00
Djordje Lukic
c3df7cdc78
Add ci badge in the readme
2020-05-03 15:25:50 +02:00
Djordje Lukic
aae6a0b3ca
Remove example from README, it no longer exists
2020-04-30 18:11:49 +02:00
Michael Crosby
bae830a1b1
Add initial backend proto and example
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-04-06 11:22:34 -04:00
Michael Crosby
a4b0259456
Add doc.go
...
The doc.go file in the proto package allows protobuild to find all protobuf
packages in the project and compile the protos.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-04-06 10:43:36 -04:00
Michael Crosby
0eb5897fd9
Initial commit of makefile and setup scripts
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-04-06 10:40:40 -04:00