Victor Vieux
a7d7a06655
change %f to %g
2013-05-24 12:23:28 +00:00
Victor Vieux
9ebfcc9a15
bump to master
2013-05-24 12:17:44 +00:00
Guillaume J. Charmes
d42c10aa09
Implement Context within docker build (not yet in use)
2013-05-23 18:32:56 -07:00
Guillaume J. Charmes
822056094a
Bumped version to 0.3.3
2013-05-23 12:46:14 -07:00
Victor Vieux
31c98bdaaf
bring Error: Command not found: <command>
...
Usage: docker COMMAND [arg...]
A self-sufficient runtime for linux containers.
Commands:
attach Attach to a running container
insert Insert a file in an image
login Register or Login to the docker registry server
export Stream the contents of a container as a tar archive
diff Inspect changes on a container's filesystem
logs Fetch the logs of a container
pull Pull an image or a repository from the docker registry server
restart Restart a running container
build Build a container from Dockerfile or via stdin
history Show the history of an image
kill Kill a running container
rmi Remove an image
start Start a stopped container
tag Tag an image into a repository
commit Create a new image from a container's changes
import Create a new filesystem image from the contents of a tarball
ps List containers
rm Remove a container
run Run a command in a new container
wait Block until a container stops, then print its exit code
images List images
port Lookup the public-facing port which is NAT-ed to PRIVATE_PORT
info Display system-wide information
inspect Return low-level information on a container
push Push an image or a repository to the docker registry server
search Search for an image in the docker index
stop Stop a running container
version Show the docker version information back
2013-05-23 16:32:39 +00:00
Victor Vieux
13f1939a63
switch to default 127.0.0.1, and mixed the two flags in one. -h
2013-05-23 16:09:28 +00:00
Victor Vieux
cf35e8ed81
jsonstream WIP
2013-05-23 15:16:35 +00:00
Guillaume J. Charmes
0f135ad7f3
Start moving the docker builder into the server
2013-05-22 20:07:26 -07:00
Victor Vieux
800b401f0b
improved doc and usage
2013-05-22 16:15:52 +00:00
Victor Vieux
faae7220c0
api versionning
2013-05-22 15:29:54 +00:00
Victor Vieux
6fce89e60b
bump to master
2013-05-22 13:41:29 +00:00
Victor Vieux
4489005cb2
add regexp check on repo's name
2013-05-21 12:53:05 +00:00
Victor Vieux
a3ccec197e
add -host and -port
2013-05-21 10:14:58 +00:00
Guillaume J. Charmes
0d2fb29537
Merge fix
2013-05-20 16:21:35 -07:00
Guillaume J. Charmes
c2a14bb196
Add "Cmd" prefix to builder instructions
2013-05-20 12:09:15 -07:00
Victor Vieux
67b20f2c8c
add check to see if the image isn't parent of another and add -f to force
2013-05-20 18:31:45 +00:00
Guillaume J. Charmes
372d81c325
Merge remove-hijack
2013-05-20 11:07:34 -07:00
Guillaume J. Charmes
0f312113d3
Move docker build to client
2013-05-19 10:46:24 -07:00
Victor Vieux
3703a65405
fixed insert
2013-05-17 17:09:09 +00:00
Victor Vieux
1b0b962b43
add login check before pull user's repo
2013-05-17 13:23:12 +00:00
Guillaume J. Charmes
6145812444
Update tests to reflect new behavior
2013-05-16 14:33:10 -07:00
Guillaume J. Charmes
f29e5dc8a1
Remove hijack from api when not necessary
2013-05-16 12:09:06 -07:00
Guillaume J. Charmes
acf1d5bf0e
Merge pull request #592 from dotcloud/refactor_commands_object-feature
...
* Runtime: refactor commands.go into an object, will be easier for tests
2013-05-15 18:03:30 -07:00
Victor Vieux
f27415540f
rename client to DockerCli to prepare the split CLI/API
2013-05-15 14:16:46 +00:00
Guillaume J. Charmes
2e69e1727b
Create a subpackage for utils
2013-05-14 22:37:35 +00:00
Guillaume J. Charmes
37b80325d0
Merge pull request #593 from dotcloud/579-move_display_options_to_client-feature
...
* Api: Move display options to client
2013-05-13 11:40:46 -07:00
Victor Vieux
4fb89027e6
add host
2013-05-13 20:34:09 +02:00
Victor Vieux
a91b710961
add sizes in images and containers
2013-05-13 15:14:20 +02:00
Victor Vieux
e82ff22fae
add -notrunc on docker images
2013-05-13 12:26:18 +02:00
Victor Vieux
1990c49a62
removed only_ids and trunc_cmd from the api
2013-05-13 12:18:55 +02:00
Victor Vieux
761731215f
refactor commands.go into an object, will be easier for tests
2013-05-13 11:48:27 +02:00
Victor Vieux
8b31d30601
fix error message in export
2013-05-13 11:39:24 +02:00
Victor Vieux
17c1704f4a
fix run
2013-05-10 17:00:26 +02:00
Guillaume J. Charmes
26bfeb1d67
Merge pull request #432 from dotcloud/remote-api
...
+ Remote API: Implement the remote API.
2013-05-09 22:43:47 -07:00
Guillaume J. Charmes
1941c79195
make commands use the correct routes
2013-05-09 22:28:52 -07:00
Guillaume J. Charmes
483c942520
Fix typos whithin unit tests
2013-05-09 21:53:28 -07:00
Guillaume J. Charmes
eeaea4e873
Update the routes within commands.go
2013-05-09 20:19:21 -07:00
Victor Vieux
93dc2c331e
removed hijack in export
2013-05-09 23:28:03 +02:00
Victor Vieux
0ecf5e245d
removed hijack on viz
2013-05-09 23:10:26 +02:00
Guillaume J. Charmes
e289308dff
Bumped version to 0.3.2
2013-05-09 13:51:32 -07:00
Victor Vieux
0862183c86
fix status code and error detection
2013-05-09 21:42:29 +02:00
Victor Vieux
7c7619ecf8
display warning on the server in debug in version don't match
2013-05-09 20:24:49 +02:00
Victor Vieux
4576e11121
fix attach and remove cli doc
2013-05-09 17:54:41 +02:00
Victor Vieux
842cb8909e
pretty print json in inspect
2013-05-09 03:46:39 +02:00
Victor Vieux
fc29f01528
bump to master
2013-05-09 02:20:16 +02:00
Guillaume J. Charmes
06767fb99d
Bumped version to 0.3.1
2013-05-08 16:52:47 -07:00
Guillaume J. Charmes
5098c4fc00
Display the go version inf CmdInfo in non-debug mode
2013-05-08 16:40:48 -07:00
Guillaume J. Charmes
d6c24092eb
+ Runtime: Add go version to debug infos
2013-05-08 15:35:35 -07:00
Victor Vieux
24c785bc06
fix login
2013-05-08 23:57:14 +02:00
Victor Vieux
4a1e0d321e
change content-type and small fix in run
2013-05-08 18:36:37 +02:00