Home > Mobile >  Mounting volumes to a Kali Linux docker container stops interactive bash shell aesthetic features?
Mounting volumes to a Kali Linux docker container stops interactive bash shell aesthetic features?

Time:06-13

When running my Kali Linux docker container headerless-kali-linux without mounting volumes using the command:

docker run --rm -it headerless-kali-linux

The bash terminal within the container has colours and aesthetic features, which I want. They look like this:

Aesthetic features

However, when I mount my volumes to the container with the command:

docker run --rm -it -v            
  • Related