Alexandr Morozov
|
555ce0cb54
Use defined variable
|
11 年之前 |
Michael Crosby
|
f9c345ddfa
Merge pull request #7897 from LK4D4/refactoring_net_mode
|
11 年之前 |
Alexandr Morozov
|
080ca86191
Add IsPrivate method for NetworkMode
|
11 年之前 |
Jessica Frazelle
|
f49c3f287b
fixes #7802, when api version 1.11 is `json.Marshal`ing the container struct
|
11 年之前 |
Alexandr Morozov
|
ba24820284
Don't initialize network for 'none' mode
|
11 年之前 |
unclejack
|
76212635b5
move some io related utils to pkg/ioutils
|
11 年之前 |
Alexandr Morozov
|
e0339d4b88
Use State as embedded to Container
|
11 年之前 |
Vishnu Kannan
|
3a7e07355a
Rename 'StdConfig' to 'StreamConfig'.
|
11 年之前 |
Vishnu Kannan
|
4aa5da278f
Refactoring execdriver.Command and Container structs to support 'docker exec' and other
|
11 年之前 |
Alexandr Morozov
|
517ba44e37
Merge Container and State mutexes
|
11 年之前 |
Michael Crosby
|
2a5e29adc6
Merge pull request #7677 from erikh/update_hosts_linked_containers
|
11 年之前 |
Michael Crosby
|
77eefbc688
Merge pull request #7672 from cpuguy83/cleanup_volumes_from
|
11 年之前 |
Victor Vieux
|
450740c891
Update /etc/hosts when linked container is restarted
|
11 年之前 |
Brian Goff
|
7495fbc0e3
Cleanup: applyVolumesFrom
|
11 年之前 |
Michael Crosby
|
55f7dd8198
Merge pull request #7642 from LK4D4/style_fixes
|
11 年之前 |
Alexandr Morozov
|
698392cb51
Remove redundant elses
|
11 年之前 |
Alexandr Morozov
|
17b95ecb08
Handle error from GetDevice early
|
11 年之前 |
Victor Vieux
|
f3b2c93b9f
allow /etc/hosts /etc/resolv.conf and /etc/hostname to be changed
|
11 年之前 |
Victor Vieux
|
fcf37be2b1
remove double newline
|
11 年之前 |
Michael Crosby
|
2ec1b697c1
Rebased changes to return on first start's error
|
11 年之前 |
Michael Crosby
|
c4a00d549d
Honor the restarting state in Stop
|
11 年之前 |
Michael Crosby
|
2b0776c883
Refactor container monitor into type
|
11 年之前 |
Michael Crosby
|
d9753ba20d
Add typed RestartPolicy
|
11 年之前 |
Michael Crosby
|
e0a076d486
Cleanup restart logic in monitor
|
11 年之前 |
Michael Crosby
|
bd8c9dc239
Restart containers based on restart policy
|
11 年之前 |
Josiah Kiehl
|
a02f67be5b
Extract log utils into pkg/log
|
11 年之前 |
Victor Vieux
|
b06311a72e
fix goroutines leak and exit code
|
11 年之前 |
LK4D4
|
7afc49b40b
Fix error message on logging events
|
11 年之前 |
Solomon Hykes
|
20b0841c1b
Remove last trace of Daemon->Server dependency
|
11 年之前 |
Solomon Hykes
|
78f0a914ee
Replace Server.IsRunning with Engine.IsShutdown
|
11 年之前 |