I have installed x86 RouterOS 7.6 on my pc and everything works fine but I want to setup ubuntu docker container on RouterOS using code below
Code:Select all
/container/add remote-image=ubuntu:bionic interface=veth1 root-dir=disk1/ubuntu logging=yes
if i add
Code:Select all
tail -f /dev/null
also there is no log about container; even if I enable container topic in logging
I don't know what Envs should be added
thanks