Step 1

head over to services compose

step 2

Now select file so we can create the compose file and deploy the container

step 3

after you have selected the + symbel you will now see where you can add a name for the container and file details

step 4

after filing in the details, you should have something like this



services:
  kali-linux:
    image: lscr.io/linuxserver/kali-linux:latest
    container_name: kali-linux
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=GB
    volumes:
      - /Baseshare/Docker/Data/Kali/data:/config
    ports:
      - 3000:3000
      - 3001:3001
    shm_size: "1gb"
    restart: unless-stopped

step 5

all there is left todo is run the container,

step 6

after pressing the up button on the dashboard, you should have the container now running

Running nicely port number is 3000 or 3001

step 7

create a tunnel for the container

step 8 try the tunnel

Perfect got access to the desktop and its working as i hoped.

step 9

create a account

step 10

we are in

step 11

add a new indexer

step 12

system added

step 13

we need to add the key for this to work. as you can see orange status

step 14

go back to composer. and add your key to the composer. like below. i have left some out for this example. after you have done this restart the docker for BEZSEL

step 15

after restart the docker should be all green

Back to Docker