routeros-container

Solid

RouterOS /container subsystem for running OCI containers on MikroTik devices. Use when: enabling containers on RouterOS, setting up VETH/bridge networking for containers, managing container lifecycle via CLI or REST API, building OCI images for RouterOS, configuring container environment variables, troubleshooting container issues, or when the user mentions RouterOS container, /container, VETH, device-mode container, or MikroTik Docker.

DevOps & Infrastructure 40 stars 9 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
54
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# RouterOS Container Subsystem ## Overview RouterOS 7.x includes a container subsystem (`/container`) that runs OCI-compatible container images directly on MikroTik hardware. It is NOT Docker — it's MikroTik's own implementation with significant differences. **Requirements:** - RouterOS 7.x with `container` extra package installed - Device-mode must be enabled (requires physical access for initial setup) - Sufficient storage (external USB disk recommended, 100+ MB/s, 10K+ random IOPS) - ARM, ARM64, or x86 architecture (MIPS not supported for containers) ## Device-Mode — Physical Access Required Container support is gated behind device-mode, which requires physical confirmation (reset button press or power cycle) to enable: ```routeros # Enable container mode /system/device-mode/update mode=advanced container=yes # After executing: physically confirm within activation-timeout # - Press reset button, OR # - Power cycle the device ``` Device-mode is a general RouterOS security feature — not container-specific. It gates many features (scheduler, fetch, sniffer, etc.) across four modes (`home`, `basic`, `advanced`, `rose`) with device-dependent factory defaults. For the full feature matrix, modes, update properties, and physical confirmation details: see the [Device-mode reference](../routeros-fundamentals/references/device-mode.md) in the `routeros-fundamentals` skill. **Mode script bypass (7.22+):** During netinstall, a mode script (`-sm`) can set device-mode on first...

Details

Author
tikoci
Repository
tikoci/routeros-skills
Created
4 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category