I have been following YouTube videos from Mikrotik in order to install a container with Pi Hole .
I did all steps as asked but I get an error that there is no space to extract layer...
at first I tried with 16 GB USB storage, changed that out to 64 GB and I still get the same error.
I have a RB3011, here is the current configuration:
Code: Select all
int veth/ print
Flags: X - disabled; R - running
0 R name="veth1" address=172.17.0.2/24 gateway=172.17.0.1
ip firewall nat print
chain=srcnat action=masquerade src-address=172.17.0.0/24 out-interface=ISP log=no log-prefix=""
/container> print
0 name="4b45ab04-2116-4008-9254-93fe8251fc5e" tag="pihole/pihole:latest" os="linux" arch="arm" interface=veth1
envlist="pihole_envs" root-dir=disk1/pihole mounts=etc_pihole,dnsmasq_pihole dns="" status=error
disk print
Flags: b - BLOCK-DEVICE
Columns: SLOT, MODEL, SERIAL, INTERFACE, SIZE
# SLOT MODEL SERIAL INTERFACE SIZE
0 b disk1 Generic USB Storage 000000000272 USB 2.00 480Mbps 62 537 072 640
cont config print
ram-high: 0
registry-url: https://registry-1.docker.io
tmpdir: disk1/pull
cont env print
0 name="pihole_envs" key="TZ" value="Europe/Zagreb"
1 name="pihole_envs" key="WEBPASSWORD" value="xxxxxxxxxx"
2 name="pihole_envs" key="DNSMASQ_USER" value="root"
cont mount print
0 name="etc_pihole" src="/disk1/etc" dst="/etc/pihole"
1 name="dnsmasq_pihole" src="/disk1/etc-dnsmasq.d" dst="/etc/dnsmasq.d"
log:
Code: Select all
getting layer sha256:330ad28688ae3fa5f3b241fef3efd076299bec9874e0597b1c16dcf8a165a53d
layer sha256:330ad28688ae3fa5f3b241fef3efd076299bec9874e0597b1c16dcf8a165a53d downloaded
no space to extract layer
was unable to import, container 4b45ab04-2116-4008-9254-93fe8251fc5e
.
I believe that the 16 GB USB stick was good enough, please correct me if I am wrong.
Can someone please point me in the right direction? Thank you.