Get boot2docker working with nfs instead of vboxsf.
Tested on:
Boot2Docker-cli version: v1.6.0
Git commit: 9894ae9
In your Mac, open the file /etc/nfs.conf
and add this line:
#!/usr/bin/env python | |
"""Retrieves the list of all SCPs in an AWS Organization. | |
This utility retrieves the content in JSON format of all the SCPs (Service | |
Control Policies) in a given AWS Organization. | |
""" | |
import boto3 | |
org = boto3.client("organizations") |
Get boot2docker working with nfs instead of vboxsf.
Tested on:
Boot2Docker-cli version: v1.6.0
Git commit: 9894ae9
In your Mac, open the file /etc/nfs.conf
and add this line: