Solomon Hykes
|
a11b31399b
Skeleton of http API
|
12 年之前 |
Solomon Hykes
|
2a47df0202
Disabled standalone mode (fixes #364)
|
12 年之前 |
Guillaume J. Charmes
|
1967c8342a
Allow to disable memory limit at compilation time
|
12 年之前 |
Guillaume J. Charmes
|
22893429ed
Go fmt
|
12 年之前 |
Flavio Castelli
|
fb0b375be7
docker daemon: create file containing PID
|
12 年之前 |
Guillaume J. Charmes
|
246eed52de
Move DockerLocalConn and terminal functions form package "main" to "rcli" in order to be able to use DockerLocalConn in commands_test.go
|
12 年之前 |
Louis Opter
|
b306a60738
Simplification in the goroutine that restore the terminal state on SIGINT
|
12 年之前 |
Louis Opter
|
7d0ab3858e
Only set the terminal in raw mode for commands which need it
|
12 年之前 |
Solomon Hykes
|
22adb52c0a
The flag to use a pre-existing bridge interface is '-b'. Added explanation
|
12 年之前 |
Guillaume J. Charmes
|
1b370f9d8d
Move the default bridge name to a constant
|
12 年之前 |
Guillaume J. Charmes
|
f39af7e05d
Put the bridge interface name in the command line
|
12 年之前 |
Solomon Hykes
|
35c68944c7
Merged shawnsi/git-version
|
12 年之前 |
Solomon Hykes
|
7666307931
Use an environment variable to activate debug mode, instead of a package-specific flag
|
12 年之前 |
Shawn Siefkas
|
37a78902db
Adding git commit to the version output
|
12 年之前 |
Solomon Hykes
|
c937e237ad
Merged Ctrl-C interception by @creack
|
12 年之前 |
Jonathan Rudenberg
|
a6da7f138c
Camelize some snake_case variable names
|
12 年之前 |
Guillaume J. Charmes
|
6a236184af
Change hardcoded "0" onto os.Stdin.Fd()
|
12 年之前 |
Guillaume J. Charmes
|
108acc0511
#214 Better signal handling
|
12 年之前 |
Guillaume J. Charmes
|
6e507b9460
Add a Debugf() helper and a -D (debug) flag to docker
|
12 年之前 |
Solomon Hykes
|
623e91e2e3
Moved Go() to the main package... And got rid of the useless docker/future package
|
12 年之前 |
creack
|
e5e66716df
Move commands into docker
|
12 年之前 |
Solomon Hykes
|
745edc49cd
Merge dockerd into docker. 'docker -d' runs in daemon mode. For all other commands, docker auto-detects whether to run standalone or to remote-control the daemon
|
12 年之前 |
Solomon Hykes
|
86854ffbc5
Merged master
|
12 年之前 |
Solomon Hykes
|
d2cba75d5f
Removed interactive mode ('docker -i'). Cool UI experiment but seems more trouble than it's worth
|
12 年之前 |
creack
|
453d49573c
Put back the github.com path for the import
|
12 年之前 |
Guillaume J. Charmes
|
18f4e7e196
Put back the relative paths for dev purpose
|
12 年之前 |
Guillaume J. Charmes
|
687d6f25ee
Change relative paths to absolute
|
12 年之前 |
shin-
|
5d6199b925
post-merge repairs
|
12 年之前 |
Solomon Hykes
|
aa12da6f50
go fmt
|
12 年之前 |
Solomon Hykes
|
e1b25e9b08
Moved server and client logic into sub-packages docker/server and docker/client, respectively. The UI is not affected.
|
12 年之前 |