https://github.com/ngn13/kali-custom-docker
Kali docker with some tweaks
https://github.com/ngn13/kali-custom-docker
dockerfile kali-linux
Last synced: over 1 year ago
JSON representation
Kali docker with some tweaks
- Host: GitHub
- URL: https://github.com/ngn13/kali-custom-docker
- Owner: ngn13
- License: mit
- Created: 2022-12-24T10:31:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T10:48:12.000Z (over 3 years ago)
- Last Synced: 2025-01-21T06:11:36.894Z (over 1 year ago)
- Topics: dockerfile, kali-linux
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kali Custom Docker
Kali custom docker is a dockerfile
that lets you create a kali docker
with some tweaks that makes it easier
to use kali docker.
## Setup
```
git clone https://github.com/ngn13/kali-custom-docker.git
cd kali-custom-docker
chmod +x start.sh
./start.sh
```
Then you can login with ssh.
### Stop the docker
```
docker stop kali
```
### Remove the docker
```
docker rm kali
```
### Remove the image
```
docker rm kalicustom
```