Adding new docker container

Moderator: mike

Post Reply
AndreaBB
Posts: 50
Joined: Tue Aug 22, 2017 4:55 pm
Location: UK
Contact:

Adding new docker container

Post by AndreaBB » Wed May 01, 2019 11:36 am

Hi all,
is it possible to add a new docker image, like the tacacs+ (https://github.com/lfkeitel/docker-tacacs-plus)?
I've not found any info in the cock book regarding this procedure.

Regards,
Andrea
Andrea
CCIE #60810

AndreaBB
Posts: 50
Joined: Tue Aug 22, 2017 4:55 pm
Location: UK
Contact:

Re: Adding new docker container

Post by AndreaBB » Wed May 01, 2019 12:28 pm

Ok, I've digged a bit into this since I'm not a docker expert.
Log into EVE cli, run " dc search 'what you want to search' " and press enter, you'll get a list of the available dockers.
To install it, for example the Tacacs+ I was looking for, run " dc pull lfkeitel/tacacs_plus ".
After the image is pulled, you can use it from the web interface.

Hope this can be useful to you. :D
Last edited by AndreaBB on Mon Mar 06, 2023 9:02 am, edited 1 time in total.
Andrea
CCIE #60810

Bernardius
Posts: 1
Joined: Tue Nov 15, 2022 11:21 am

Re: Adding new docker container

Post by Bernardius » Fri Nov 18, 2022 5:12 pm

AndreaBB wrote:
Wed May 01, 2019 12:28 pm
Ok, I've digged a bit into this since I'm not a docker expert.
Log into EVE cli, run " dc search 'why you want to search' " and press enter, you'll get a list of the available dockers.
To install it, for example the Tacacs+ I was looking for, run " dc pull lfkeitel/tacacs_plus ".
After the image is pulled, you can use it from the web interface.

Hope this can be useful to you. :D
Thanks dude ! super useful tip !

leochad
Posts: 1
Joined: Wed Jan 11, 2023 4:51 am

Re: Adding new docker container

Post by leochad » Wed Jan 11, 2023 4:55 am

Docker reads the directions from a Dockerfile to automatically create images. It is a text file that contains all the instructions required to create a certain image.
gartic phone

Post Reply