Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For starting containers after router reboot use start-on-boot option (starting from 7.6beta6)

    Code Block
    languageros
    /container/print
     0 name="2e679415-2edd-4300-8fab-a779ec267058" tag="test_arm64:latest" os="linux" arch="arm" interface=veth2 
       root-dir=disk1/alpine mounts="" dns="" logging=yes start-on-boot=yes status=running 
    
    /container/set 0 start-on-boot=yes


  • It is possible to get to running container shell:

    Code Block
    languageros
    /container/shell 0


  • Enable logging to get output from container:

    Code Block
    languageros
    /container/set 0 logging=yes


  • Starting from 7.11beta5 version multiple addresses and ipv6 addresses can be added:
    Code Block
    languageros
    interface/veth add address=172.17.0.3/16,fd8d:5ad2:24:2::2/64 gateway=172.17.0.1 gateway6=fd8d:5ad2:24:2::1