If you'd like to experiment with Terraform on macOS locally, a great provider for doing so is the Docker provider. You can get set up in a few simple steps, like so:
㡳下說明怎麼在 macOS 上測試 Terraform 開啟一個 Docker 的 Nginx Container.
If you'd like to experiment with Terraform on macOS locally, a great provider for doing so is the Docker provider. You can get set up in a few simple steps, like so:
㡳下說明怎麼在 macOS 上測試 Terraform 開啟一個 Docker 的 Nginx Container.
| #!/bin/bash | |
| # | |
| # This script based on https://www.robusta-hosting.eu/en/blog/development/2015/04/install-s3fs-ubuntu-1404-lts. | |
| # | |
| # Install S3FS | |
| S3FS_VERSION="1.80" | |
| S3FS_DIR="s3fs-fuse-$S3FS_VERSION" | |
| S3FS_PWD_FILE="/etc/passwd-s3fs" |