440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
|
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
|
-
+
|
## <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 a _cluster_ orchestration feature, 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.
Extending from the [lack of single-box container orchestration features](#compose), RouterOS also completely lacks a _cluster_ orchestration feature, 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.
|