Histórico de Commits

Autor SHA1 Mensagem Data
  Jonathan Rudenberg a6da7f138c Camelize some snake_case variable names há 12 anos atrás
  Solomon Hykes 54fa59c8ec Set the container's hostname to the truncated ID há 12 anos atrás
  Solomon Hykes 0d46ddf7b4 'docker commit -m': optional commit message há 12 anos atrás
  Guillaume J. Charmes 6e507b9460 Add a Debugf() helper and a -D (debug) flag to docker há 12 anos atrás
  Solomon Hykes 6ce64e8458 Moved image name into config. runtime.Create() now receives a single Config parameter há 12 anos atrás
  Solomon Hykes 031f91df1a runtime.Create receives an image name + Config. The Config includes all required runtime information: command, environment, ports etc. há 12 anos atrás
  Solomon Hykes bf7602bc09 'docker tag': assign a repository+tag to an image há 12 anos atrás
  creack c72ff318d3 Integrate Auth in runtime and make the config file relative to runtime root há 12 anos atrás
  Solomon Hykes 640026ec59 Looking up a tag by repository name will default to REPOSITORY:latest. The empty tag '' is no longer allowed. há 12 anos atrás
  Solomon Hykes 05ae69a6eb 'docker commit' records parent container id and command, in addition to parent image há 12 anos atrás
  Solomon Hykes 8396798eba 'docker commit' can optionally tag the new image into a repository há 12 anos atrás
  Solomon Hykes 379d449c44 'docker run' can reference an image by REPOSITORY:TAG há 12 anos atrás
  Solomon Hykes ef711962d5 Folded graph/ back into main package há 12 anos atrás
  Solomon Hykes 44faa07b6c First integration of runtime with repositories & tags há 12 anos atrás
  Solomon Hykes d65983f386 No need for a Container.networkManager field: it can be accessed via Container.runtime há 12 anos atrás
  Solomon Hykes 377cebe36f Renamed docker*.go to runtime*.go há 12 anos atrás