MikroTik Solutions

Changes To Container Limitations
Login

Changes To Container Limitations

Changes to "Container Limitations" between 2024-07-25 23:00:36 and 2024-07-25 23:01:24

367
368
369
370
371
372
373
374

375
376
377
378
379
380
381
367
368
369
370
371
372
373

374
375
376
377
378
379
380
381







-
+







## <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.


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

No equivalent short of this:
There is no equivalent short of this:

    /container/stop 0
    …wait for it to stop…
    /container/remove 0
    /container/add …

The last step is the tricky one since `/container/print` shows most but not all of the options you gave to create it. If you didn’t write down how you did that, you’re going to have to work that out to complete the command sequence.