[codesprints] FYI Code Sprint prep: updating Docker on MacOS

"A. Jean Mahoney" <mahoney@nostrum.com> Tue, 09 October 2018 19:42 UTC

Return-Path: <mahoney@nostrum.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 19600130934 for <codesprints@ietfa.amsl.com>; Tue, 9 Oct 2018 12:42:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.88
X-Spam-Level:
X-Spam-Status: No, score=-1.88 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NQQVE-gDVem9 for <codesprints@ietfa.amsl.com>; Tue, 9 Oct 2018 12:42:34 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8F65012D7F8 for <codesprints@ietf.org>; Tue, 9 Oct 2018 12:42:34 -0700 (PDT)
Received: from mutabilis-2.local ([47.186.18.66]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id w99JgXdb041455 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <codesprints@ietf.org>; Tue, 9 Oct 2018 14:42:34 -0500 (CDT) (envelope-from mahoney@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.18.66] claimed to be mutabilis-2.local
To: codesprints@ietf.org
From: "A. Jean Mahoney" <mahoney@nostrum.com>
Message-ID: <c54e6c97-a2b7-e9da-462e-56d5c0f0dadf@nostrum.com>
Date: Tue, 09 Oct 2018 14:42:33 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/m354PAlMtR23JeFQfoggs_ZG9Ts>
Subject: [codesprints] FYI Code Sprint prep: updating Docker on MacOS
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 09 Oct 2018 19:42:36 -0000

I was updating my environment for the upcoming Code Sprint, and received 
the following message after installing the latest Docker CE (Version 
18.06.1-ce-mac73) on my MacBook Pro (OS X Sierra):

----------------------
   You are currently using the AUFS storage driver. AUFS support
   will be removed in the next major release of Docker Desktop.

   You can continue with AUFS in Docker Desktop 18.06.x, but you
   will need to reset disk image (in Preferences > Reset menu)
   before updating to the next major update.

   You can check documentation to save images and backup volumes.

							[OK]
----------------------


The driver doesn't change for this release, and I can run the 
hello-world test.

Docker documentation says the following about changing storage drivers:

Important: When you change the storage driver, any existing images and 
containers become inaccessible. This is because their layers cannot be 
used by the new storage driver. If you revert your changes, you can 
access the old images and containers again, but any that you pulled or 
created using the new driver are then inaccessible.


FWIW

Jean