ntop / docker-ntop

A collection of Dockerfile for running ntop applications on Docker
299 stars 31 forks source link

Can't Build or Setup nscrub #14

Closed joonasak closed 1 year ago

joonasak commented 1 year ago

Dear ntop team, I couldn't build nscrub from the dockerfile and I got the error as below:

image

Please kindly check. Thank you.

cardigliano commented 1 year ago

@joonasak it seems you are having some issue accessing the docker registry to download the ubuntu image (this does not depend on our software), the same is working for me

docker build -t nscrub -f Dockerfile.nscrub . Sending build context to Docker daemon 147.5kB Step 1/7 : FROM ubuntu:22.04 22.04: Pulling from library/ubuntu 6e3729cf69e0: Pull complete Digest: sha256:27cb6e6ccef575a4698b66f5de06c7ecd61589132d5a91d098f7f3f9285415a9 Status: Downloaded newer image for ubuntu:22.04 ---> 6b7dfa7e8fdb ...