我在Ubuntu 16.04.2 LTS(Xenial Xerus)上。 我正在使用minikube(v0.18.0)和KVM驱动程序。 我必须将主机目录挂载到Minikube VM,因此我的pod可以访问它们,但挂载的目录是空的。
我正在使用以下命令
a= np.arange(12).reshape(4,3)
print a
bins = 5
plt.hist(a, bins, normed=1, histtype='bar',stacked=True)
plt.title('stacked bar')
plt.show()
更新:我使用0.18,现在更新到0.19 mount工作
答案 0 :(得分:0)
我使用0.18,现在更新为0.19 mount工程
但正确的命令是
minikube mount /path/to/host/directory:/vmpath