Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit eb408ce

Browse files
authored
update README.md
1 parent 76539e6 commit eb408ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ docker pull ghcr.io/hywooo/bsv-wsl2
1212
```
1313
#### or BUILD the image
1414
```bash
15-
$ docker build -f Dockerfile -t yourname/bsv-wsl2:latest .
15+
$ docker build -f Dockerfile -t hywooo/bsv-wsl2:latest .
1616
```
1717
### ENTER the container
1818
```bash
19-
$ docker run -it --name="bsv-wsl2" --hostname yourname -v //mnt/d/mybsvfile:/mnt/mybsvfile yourname/bsv-wsl2:latest
19+
$ docker run -it --name="bsv-wsl2" --hostname yourname -v //mnt/d/mybsvfile:/mnt/mybsvfile hywooo/bsv-wsl2:latest
2020
```
2121
## Container structure
2222
```bash

0 commit comments

Comments
 (0)