Skip to content

Commit 2c9a6ec

Browse files
Update README.md
1 parent c5b2ae1 commit 2c9a6ec

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
# xbash
1+
# XBASH test container
22

33
[![xbash](https://github.com/RootShell-coder/xbash/actions/workflows/xbash.yml/badge.svg)](https://github.com/RootShell-coder/xbash/actions/workflows/xbash.yml)[![xbash](https://github.com/RootShell-coder/xbash/actions/workflows/xbash.yml/badge.svg?event=schedule)](https://github.com/RootShell-coder/xbash/actions/workflows/xbash.yml)
44

5-
## XBASH test container
6-
7-
Simple run
8-
95
```bash
106
docker run --rm -ti ghcr.io/rootshell-coder/xbash bash
117
```
128

13-
>> _default username: xbash_
14-
15-
---
9+
or
1610

17-
`docker run --rm -ti --network` net-name `--user` root `ghcr.io/rootshell-coder/xbash bash`
11+
```bash
12+
docker run --rm -ti --network ${net-name} -v ${volume_name}:/home/xbash ghcr.io/rootshell-coder/xbash bash
13+
```
1814

1915
Installed packages available `jq`, `git`, `curl`, `openssh-client`, `tree`, `rsync`, `nmap`, `bind-tools`, `ca-certificates`

0 commit comments

Comments
 (0)