Minikube requires that VT-x/AMD-v virtualization is enabled in BIOS. To check that this is enabled on OSX / macOS run:
sysctl -a | grep machdep.cpu.features | grep VMX
If there's output, you're good!
| class ApplicationController < ActionController::Base | |
| require 'zip' | |
| s3 = Aws::S3::Resource.new | |
| bucket = s3.bucket("corona-19") | |
| files = ["Docker.dmg"] | |
| folder = "uploads/images" | |
| puts "======== Activity for 706 MB Mac 8GB I5 =======" | |
| puts "======== Zip Start at #{DateTime.now.inspect}=======" | |
| # Open the zip stream |
| from flask import Flask | |
| from pubsub import pub | |
| import provision | |
| app = Flask(__name__) | |
| @app.route('/') | |
| def hello_world(): | |
| print('Publish something via pubsub') |