Permalink
Please sign in to comment.
Browse files
Add -name for docker run
Remove docker link Do not add container id as default name Create an auto generated container name if not specified at runtime.
- Loading branch information...
Showing
with
234 additions
and 254 deletions.
- +9 −71 api.go
- +0 −6 api_params.go
- +15 −2 api_test.go
- +3 −3 buildfile.go
- +14 −27 commands.go
- +3 −1 container.go
- +36 −5 container_test.go
- +18 −6 gograph/gograph.go
- +24 −0 gograph/gograph_test.go
- +1 −1 hack/make.sh
- +1 −1 links.go
- +1 −1 links_test.go
- 0 {names-generator → namesgenerator}/names-generator.go
- 0 {names-generator → namesgenerator}/names-generator_test.go
- +23 −53 runtime.go
- +39 −38 runtime_test.go
- +21 −10 server.go
- +7 −6 server_test.go
- +0 −22 sorter.go
- +18 −0 utils.go
- +1 −1 utils_test.go
Oops, something went wrong.
0 comments on commit
f20dced