Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only recreate what's changed #1399

Merged
merged 3 commits into from
May 18, 2015
Merged

Only recreate what's changed #1399

merged 3 commits into from
May 18, 2015

Commits on May 18, 2015

  1. Only set AttachStdin/out/err for one-off containers

    If we're just streaming logs from `docker-compose up`, we don't need
    to set AttachStdin/out/err, and doing so results in containers with
    different configuration depending on whether `up` or `run` were invoked
    with `-d` or not.
    
    Signed-off-by: Aanand Prasad <[email protected]>
    aanand committed May 18, 2015
    Configuration menu
    Copy the full SHA
    3304c68 View commit details
    Browse the repository at this point in the history
  2. Remove override_options arg from recreate_container(s)

    Signed-off-by: Aanand Prasad <[email protected]>
    aanand committed May 18, 2015
    Configuration menu
    Copy the full SHA
    82bc7cd View commit details
    Browse the repository at this point in the history
  3. Implement smart recreate behind an experimental CLI flag

    Signed-off-by: Aanand Prasad <[email protected]>
    aanand committed May 18, 2015
    Configuration menu
    Copy the full SHA
    ef4eb66 View commit details
    Browse the repository at this point in the history