我正在尝试从我的视图中的模板创建一个菜单栏,帮助器使用Zend\Navigation。
我正在变得更近一点,用我现在的代码编辑这个线程。
下面是视图助手:
<?php
namespace Helpdesk\View\Helper;
use Zend\View\Helper\AbstractHelper;
use Zend\ServiceManager\ServiceLocatorAwareInterface;
use Zend\ServiceManager\ServiceLocatorInterface;
class Navbar extends AbstractHelper im
我刚开始接触集装箱化,并开始在其中一个云(AWS或Azure或GCP)上使用。在阅读VM和containers之间的区别时,我了解到我们应该使用VM或Containers进行应用部署。因此,如果我在云上设置自己的容器环境(而不是使用AWS/Azure容器服务),我最终会在VM上创建容器。这违背了集装箱化的全部目的! 我的理解正确吗?下图是VM、Container和Container在VM上的图像。 VMs, Containers and 'Containers on VM'