562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
|
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
|
-
+
|
## <a id="search"></a>`search`
There is no equivalent to this in RouterOS. You will need to connect to your image registry of choice and use its search engine.
## <a id="secret"></a>`secret`
This typically shows up as part of Docker Swarm, Kubernetes, or Podman pods, none of which exists under RouterOS, which is why it shouldn’t surprise you that RouterOS has no secret-sharing facility. The standard fallbacks for this are passed-in environment variables or bind-mounted volumes.
This typically shows up as part of Docker Swarm, Kubernetes, or Podman pods, none of which exist under RouterOS, which is why it shouldn’t surprise you that RouterOS has no secret-sharing facility. The standard fallbacks for this are passed-in environment variables or bind-mounted files.
## <a id="start"></a>`start`
RouterOS has `/container/start`, with limitations you can reasonably infer from the rest of this article.
|