MikroTik Solutions

Changes To Container Limitations
Login

Changes To Container Limitations

Changes to "Container Limitations" between 2024-07-25 22:59:23 and 2024-07-25 23:00:36

357
358
359
360
361
362
363
364

365
366
367
368
369
370
371
357
358
359
360
361
362
363

364
365
366
367
368
369
370
371







-
+







## <a id="start"></a>`start`

RouterOS has `/container/start`, with limitations you can reasonably infer from the rest of this article.


## <a id="swarm"></a>`swarm`

Extending from the lack of single-box container orchestration features, RouterOS also completely lacks _cluster_ orchestration. It doesn’t even have a lightweight one like [Docker Swarm](https://docs.docker.com/engine/swarm/) or [k3s](https://k3s.io), and it certainly doesn’t support the behemoth that is Kubernetes.
Extending from the lack of single-box container orchestration features, RouterOS also completely lacks _cluster_ orchestration, not even a lightweight one like [Docker Swarm](https://docs.docker.com/engine/swarm/) or [k3s](https://k3s.io), and it certainly doesn’t support the behemoth that is Kubernetes.


## <a id="tag"></a>`tag`

RouterOS does nothing more with tags than to select which image to download from a registry. Without a local image cache, you cannot re-tag an image.