Coder Social home page Coder Social logo

docker-for-mac-workarounds's Introduction

Docker for Mac Workarounds

Flush Fix

The old disk/full-sync-on-flush is now replaced by the key disk/on-flush which takes the following values:

  • os: use fsync to flush the buffers to the OS
  • drive: use fcntl to flush the buffers to the drive
  • none: do nothing on a flush

Usage

./flush-fix.sh -v -f none

Options

./flush-fix.sh [options...]

  Options:
  -f [value]  Supported value's in preferred order:
              - none (do nothing on a flush)
              - ︎os (use fsync to flush the buffers to the OS)
              - drive (use fcntl to flush the buffers to the drive)
  -v          Verbose output
  -h          Show this help

docker-for-mac-workarounds's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-for-mac-workarounds's Issues

Incompatibel with Version 17.06.0-ce-mac18 (18433)

The flush-fix is non longer compatible with Docker-for-Mac version:

Version 17.06.0-ce-mac18 (18433)
Channel: stable
d9b66511e0

The subdirectory disk/on-flush is no longer present in this version, after doing a git reset --hard in ~/Library/Containers/com.docker.docker/Data/database/com.docker.driver.amd64-linux/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.