Issues with Docker Kali Image

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
raph075
Posts: 2
Joined: Sun Apr 26, 2020 7:43 am

Issues with Docker Kali Image

Post by raph075 » Sun Apr 26, 2020 7:55 am

Hi,

I have been installing the additional docker containers and am having issues with the eve-ng-kali container. I am using EVE-NG Professional edition. I was able to successfully pull the eve-ostinato and eve-chrome images.

error

Code: Select all

root@eve-ng:~# apt install eve-ng-kali
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-4.4.0-170 linux-headers-4.4.0-170-generic linux-image-4.4.0-170-generic linux-modules-4.4.0-170-generic
Use 'apt autoremove' to remove them.
The following NEW packages will be installed:
  eve-ng-kali
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 4,273 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://www.eve-ng.net/repo xenial/main amd64 eve-ng-kali amd64 1.5-eve-ng [4,273 kB]
Fetched 4,273 kB in 4s (1,029 kB/s)      
Selecting previously unselected package eve-ng-kali.
(Reading database ... 130011 files and directories currently installed.)
Preparing to unpack .../eve-ng-kali_1.5-eve-ng_amd64.deb ...
Unpacking eve-ng-kali (1.5-eve-ng) ...
Setting up eve-ng-kali (1.5-eve-ng) ...
Synchronizing state of docker.service with SysV init with /lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install enable docker
Total reclaimed space: 0B
Sending build context to Docker daemon  4.997MB daemon  557.1kB
Step 1/32 : FROM kalilinux/kali-linux-docker
repository kalilinux/kali-linux-docker not found: does not exist or no pull access
Error response from daemon: No such image: kalilinux/kali-linux-docker:latest
root@eve-ng:~# 
Cheers
Raph

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Issues with Docker Kali Image

Post by Uldis (UD) » Sun Apr 26, 2020 8:50 am

We have not such docker anymore
use:
apt install eve-ng-kali-large

by the way in new eve cookbook all is updated and given list of dockers what you can install..

https://www.eve-ng.net/index.php/docume ... -cookbook/

Uldis

raph075
Posts: 2
Joined: Sun Apr 26, 2020 7:43 am

Re: Issues with Docker Kali Image

Post by raph075 » Mon Apr 27, 2020 8:17 am

Thankyou very much for your assistance.

Post Reply