Article 6GFXN Using a docker image container

Using a docker image container

by
maddy0
from LinuxQuestions.org on (#6GFXN)
Using a docker container
Hello, what to do once a docker container in installed?

docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c5992973bba5 kali_my "bash" 27 minutes ago Up 27 minutes loving_mendeleev
75495734d2b1 kali[/SIZE]linux/kali-rolling "bash" About an hour ago Exited (127) 39 minutes ago intelligent_keller

docker images -a
REPOSITORY TAG IMAGE ID CREATED SIZE
kali_my latest 7cd0c649ba48 36 minutes ago 8.61GB
kalilinux/kali-rolling latest 7c60ebb1a04a 6 days ago 118MB
I did:

sudo docker run -t -i kali_my
and updated the system, how to run a desktop Kali OS?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments