空の新しいファイルシステムを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/efs/create-file-system.html
aws efs create-file-system --creation-token |
Amazon Elastic File System on Kubernetes · Banzai Cloud : http://banzaicloud.com/blog/aws_provision_efs/ |
aws efs create-file-system \ |
Walkthrough 1: Create Amazon EFS File System and Mount It on an EC2 Instance Using the AWS CLI - Amazon Elastic File System : http://docs.aws.amazon.com/efs/latest/ug/creating-using-create-fs.html |
aws efs create-file-system --creation-token docker-volume-test" |
Using AWS EFS, Netshare And Docker-In-Docker To Create Distributed Docker Volumes. : http://medium.com/@tritlo/using-efs-netshare-and-docker-in-docker-to-create-distributed-docker-volumes-f85ffdd96d3e |
aws efs create-file-system \ |
EFS - Manged filesystem 作成・パフォーマンス : http://qiita.com/web_se/items/5133cfef392189e26f09 |
aws efs create-file-system --creation-token rtfm_efs |
AWS: EFS Elastic File System | RTFM: Linux, DevOps и системное администрирование : http://rtfm.co.ua/aws-efs-elastic-file-system/ |
aws efs create-file-system --creation-token 1 |
kubernetes - How to update a container only? - Stack Overflow : http://stackoverflow.com/q/50348909 |