Guillaume J. Charmes
|
18f4e7e196
Put back the relative paths for dev purpose
|
12 年之前 |
Guillaume J. Charmes
|
687d6f25ee
Change relative paths to absolute
|
12 年之前 |
Solomon Hykes
|
c59fff422f
gofmt
|
12 年之前 |
shin-
|
93ba6dd82b
Plugged in image store in front-end (some commands are deactivated right now, will progressively reintroduce them
|
12 年之前 |
Andrea Luzzardi
|
51c11868b0
go fmt
|
12 年之前 |
Andrea Luzzardi
|
24ee152481
Restored dockerd from merge
|
12 年之前 |
Andrea Luzzardi
|
cb6014d6fd
merge
|
12 年之前 |
Andrea Luzzardi
|
6de3e8a22d
Implemented support to run as a different user (through the -u flag)
|
12 年之前 |
Solomon Hykes
|
e1b25e9b08
Moved server and client logic into sub-packages docker/server and docker/client, respectively. The UI is not affected.
|
12 年之前 |
Andrea Luzzardi
|
ec21a2d364
merge
|
12 年之前 |
Andrea Luzzardi
|
58a2294260
Implemented a self-injecting process wrapper that runs inside the container
|
12 年之前 |
Andrea Luzzardi
|
0d46006269
go fmt
|
12 年之前 |
Solomon Hykes
|
3cfac8f335
'docker pull' will download images from a public mirror by default
|
12 年之前 |
Solomon Hykes
|
059837c92a
Upload or download gzipped and bzipped images with put/pull -j/-b
|
12 年之前 |
Solomon Hykes
|
f20deac47f
Clean up list of available commands
|
12 年之前 |
Solomon Hykes
|
a6b7254a4e
Make the web UI only accessible on localhost (recommended access is through ssh tunnel)
|
12 年之前 |
Solomon Hykes
|
f330c2a248
Disabled remote access to dockerd. Preferred usage is over ssh.
|
12 年之前 |
Solomon Hykes
|
bded592a15
'docker kill': kill a running container without losing its filesystem and log state
|
12 年之前 |
Solomon Hykes
|
5926cfd0ec
Cosmetic: renamed the variable for sub-command argument parsing, to avoid confusion between 'flag' and 'flags'
|
12 年之前 |
Solomon Hykes
|
a608f5e3b8
"docker info": display system-wide information.
|
12 年之前 |
Solomon Hykes
|
de1c361a6e
docker rmi: remove an image
|
12 年之前 |
Solomon Hykes
|
bba4e36807
Fixed a bug with 'docker run'
|
12 年之前 |
Solomon Hykes
|
29410f43a0
'docker run' with no argument runs a shell in the base image
|
12 年之前 |
Solomon Hykes
|
f8f9285cca
Fix bug introduced in c7a944caf28d85bd26f4031465e958006a764ac2 which caused 'docker images' to crash
|
12 年之前 |
Solomon Hykes
|
dfd15fbee8
Generate shorter container IDs for readability
|
12 年之前 |
Solomon Hykes
|
c7a944caf2
List containers ordered by creation time
|
12 年之前 |
Solomon Hykes
|
4f3362b85a
docker run -c COMMENT
|
12 年之前 |
Solomon Hykes
|
bcfe2aa2a7
'docker ps' prints shorter lines
|
12 年之前 |
Solomon Hykes
|
1b898574cf
'docker inspect' can be used on images and containers
|
12 年之前 |
Solomon Hykes
|
903f091adc
'docker ps' lists running containers. 'docker ps -a' also includes stopped containers
|
12 年之前 |