kdalounge.blogg.se

Kali linux docker windows 10
Kali linux docker windows 10










kali linux docker windows 10

I added the following lines to the Dockerfile: I tried the steps you suggested, but to no avail. RUN apt-get update -y & apt-get install -y dbus-x11 gnome-keyring evolution evolution-data-server seahorse sudo RUN chmod +x /usr/local/etc/gnome-docker-fix-and-customise.sh # Add the script to fix and customise GNOME for dockerĪDD /usr/local/etc/gnome-docker-fix-and-customise.sh

kali linux docker windows 10

# Pull in the hack to fix keyboard shortcut bindings for GNOME 3 RUN apt-get update & apt-get install -y xorg gnome-core gnome-session-fallback RUN dpkg-divert -local -rename -add /sbin/initctl & ln -sf /bin/true /sbin/initctl # Upstart and DBus have issues inside docker. # but we can fake installling it to allow packages we need to install for GNOMEĬd /tmp echo -en '#!/bin/bash\nexit 0\n' > DEBIAN/postinst & \ # Installing fuse filesystem is not possible in docker without elevated priviliges The easiest way would be to use Chocolatey which is by the way my favorite package manager for windows!

kali linux docker windows 10

We could use Xming also, but the package for windows hasn't been updated since 2013. How to share the display from a windows host?įirst of all, install VcXsrv Windows X Server. So there are various tutorials on how to share an X11-Session from a linux host with a linux container. I wanted to be able to use the Evolution mail client and other handy linux apps on my windows maschine. I use Arch Linux on my private computer at home and Windows 10 at work. Also this will prevent your maschine from having leftover dependencies when removing the app because it all stays wrapped up in a docker container. Neatless to say that this will enable you to use linux / macOS software on your windows host without messing with some hacks. For example your Browser, TextEditor or something else.

kali linux docker windows 10

Docker has dozents of advantages and so is one of them to be able to use apps with a GUI isolated in a docker container.












Kali linux docker windows 10