Commit History

Author SHA1 Message Date
  Guillaume J. Charmes 89763bc8af Remove the lookup before pushing 12 years ago
  Solomon Hykes f37c432bd5 Fixed 'docker inspect' to exit silently when an image doesn't exist 12 years ago
  Solomon Hykes 6ce64e8458 Moved image name into config. runtime.Create() now receives a single Config parameter 12 years ago
  Solomon Hykes 031f91df1a runtime.Create receives an image name + Config. The Config includes all required runtime information: command, environment, ports etc. 12 years ago
  creack d1c8eabc63 Fix/Improve push/pull registry 12 years ago
  creack c000a5ed75 Remove the possibility to choose the remote name on push 12 years ago
  creack 899613f788 Merge branch 'graph' of github.com:dotcloud/docker into graph 12 years ago
  Solomon Hykes 829eeb07f8 'docker run' with no argument no longer hardcodes a default image and command 12 years ago
  Solomon Hykes 841c7ac0f9 Deprecated 'docker run -a'. Containers are run in the foreground by default. '-d' enables detached mode 12 years ago
  Solomon Hykes 34fbaa5f6d 'docker run -e': set environment variables in a container 12 years ago
  Solomon Hykes 9b5f0fac81 Fix 'docker import' to accept urls without explicit http:// scheme 12 years ago
  creack 1ed78ee160 Improve (drastically) the push 12 years ago
  creack e726bdcce2 Fix the rootPath for auth 12 years ago
  Solomon Hykes 12049f956a 'docker {history,ps,images}': show human-friendly image names when applicable 12 years ago
  Solomon Hykes 72e16f6d96 Merge branch 'graph' of ssh://github.com/dotcloud/docker into graph 12 years ago
  Solomon Hykes bf7602bc09 'docker tag': assign a repository+tag to an image 12 years ago
  Solomon Hykes 520af226c0 Merge branch 'graph' of ssh://github.com/dotcloud/docker into graph 12 years ago
  Solomon Hykes 542c66997f 'docker inspect' can lookup image by repository and tag 12 years ago
  Solomon Hykes f8ebeaae10 Removed debug command 'docker mount' 12 years ago
  Solomon Hykes 56752158af Merge branch 'graph' of ssh://github.com/dotcloud/docker into graph 12 years ago
  Solomon Hykes 09b27f9e8d Fancier output for 'docker history' 12 years ago
  creack e02f7912bc Enforce login for push/pull 12 years ago
  creack e4f9a0dca0 Update the help with push/pull 12 years ago
  creack 062ebff098 Merge branch 'graph' of github.com:dotcloud/docker into graph 12 years ago
  creack 0eed4b4386 Add some verbosity to the push/pull features 12 years ago
  creack 4307b7dd8e Add authentification to all registry call 12 years ago
  creack c72ff318d3 Integrate Auth in runtime and make the config file relative to runtime root 12 years ago
  creack 5e561a9d52 Merge branch 'graph' of github.com:dotcloud/docker into graph 12 years ago
  Solomon Hykes 640026ec59 Looking up a tag by repository name will default to REPOSITORY:latest. The empty tag '' is no longer allowed. 12 years ago
  creack 11c4294846 Handle push/pull of repositories 12 years ago