Djordje Lukic
|
fcb4b606e2
|
Add labels to containers on run
|
2020-05-18 13:54:03 +02:00 |
Djordje Lukic
|
5effbdc31f
|
Add ACI public ip
|
2020-05-18 11:36:46 +02:00 |
Djordje Lukic
|
d8a38afecc
|
Implement printing published ports
|
2020-05-16 10:41:35 +02:00 |
Djordje Lukic
|
23d2eacf84
|
Merge pull request #97 from docker/feat-port-parsing
Port parsing on the comand line
|
2020-05-15 17:49:18 +02:00 |
Djordje Lukic
|
52f7902d40
|
Port parsing on the comand line
|
2020-05-15 15:04:09 +02:00 |
Guillaume Tardif
|
146dd3e639
|
Fix tokenStore not creating ~/.azure folder if not exist
|
2020-05-15 10:15:56 +02:00 |
Guillaume Tardif
|
d49773e348
|
Use cli context for login
|
2020-05-15 10:15:56 +02:00 |
Guillaume Tardif
|
bd5e3af2d4
|
Plug new authorizer and remove az dependency
|
2020-05-15 10:15:56 +02:00 |
Guillaume Tardif
|
69f10fe80c
|
Extract interface / types to allow unit tests / mock
|
2020-05-15 10:15:56 +02:00 |
Guillaume Tardif
|
1e19d977e0
|
Initial functional login command : added Cloud API with generic Login()
|
2020-05-15 10:04:22 +02:00 |
Ulysses Souza
|
40fa78ac5d
|
Add rm command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-13 10:44:04 +02:00 |
Guillaume Tardif
|
13db3437fd
|
ACI Container ids work fine between ps, log & exec, either from single container (docker run) of multi-container compose stack
|
2020-05-06 22:15:33 +02:00 |
Ulysses Souza
|
73529cc264
|
Refactor example/backend
Also promote init function from returning
interface{} to backend.Service to avoid
typecasting
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-05 17:14:26 +02:00 |
Ulysses Souza
|
e075df6f8f
|
Fix linter issues
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-05 16:27:22 +02:00 |
Ulysses Souza
|
ba455916c6
|
Refactor on services
This refactors the interfaces and implementations of
services
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-05 15:37:12 +02:00 |
Ulysses Souza
|
03e418cbbb
|
Add compose up and down
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-05 14:03:14 +02:00 |
Djordje Lukic
|
24c035e822
|
Add comments on exported items, remove example command
Also add `make lint` to run the linter
|
2020-05-05 10:27:44 +02:00 |
Djordje Lukic
|
e964a3af2e
|
Implement `docker logs --tal <N>`
|
2020-05-04 16:38:02 +02:00 |
Djordje Lukic
|
1c7270b697
|
Implement logs
|
2020-05-04 15:52:31 +02:00 |
Djordje Lukic
|
afca3e31b5
|
Implement exec command
|
2020-05-04 12:43:32 +02:00 |
Djordje Lukic
|
092c432028
|
Init all the fields of a compose project at once
|
2020-05-04 11:51:40 +02:00 |
Djordje Lukic
|
6fa941686c
|
Make all functions in aci.go package private
They shouldn't be used outside of the package any way
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
a1a5e1794b
|
Add ports publishing to run
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
5aa31b6bf5
|
Separate conversion code into own package
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
3d363643ad
|
Implement simple ACI run
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
152d4119d2
|
Proper variable naming
|
2020-05-04 09:59:12 +02:00 |
Djordje Lukic
|
885fd799e1
|
Get the real status of containers
|
2020-05-03 14:54:15 +02:00 |
Djordje Lukic
|
0af5afe440
|
Move the proxy in the server package
|
2020-04-30 12:20:04 +02:00 |
Djordje Lukic
|
f4bde8cb89
|
Multiple backend for the cli
* implement a little azure backend
* implement an example backend
* use the right backend from the context
|
2020-04-30 11:01:04 +02:00 |