compose/cli/cmd
Guillaume Tardif 2e8251fb2d
Merge pull request #100 from gtardif/windows_grpc
Allow server to start on tcp port or if windows, named pipe rather than unix socket
2020-05-18 15:18:51 +02:00
..
compose Add licenses 2020-05-15 09:14:52 +02:00
context Do not pass global flags to context show 2020-05-18 14:58:03 +02:00
run Add labels to containers on run 2020-05-18 13:54:03 +02:00
testdata Implement printing published ports 2020-05-16 10:41:35 +02:00
exec.go Refactor on services 2020-05-05 15:37:12 +02:00
logs.go Refactor on services 2020-05-05 15:37:12 +02:00
ps.go Add ports convet tests 2020-05-18 12:21:27 +02:00
ps_test.go Implement quiet flag for ps command 2020-05-06 12:18:53 +02:00
rm.go Commands run and rm only call a func 2020-05-15 09:14:51 +02:00
serve.go Allow server to start on tcp port or if windows, named pipe rather than unix socket. could not yet make it work on named pipe from js client (connects but error) 2020-05-18 14:14:52 +02:00