Skip to content

Commit cd717e0

Browse files
Update README.md
1 parent 8669eda commit cd717e0

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,7 +12,7 @@ To be able to setup the Docker container with just one command, make sure to rea
1212

1313
## Short version
1414

15-
1. Download your version of [SAP NetWeaver ABAP 7.5x Developer Edition from SAP](https://tools.hana.ondemand.com/#abap). The files are compressed (RAR). Un-compress them into a folder named NW751. The folder must be at the same location where your Dockerfile is.
15+
1. Download your version of [SAP NetWeaver ABAP 7.5x Developer Edition from SAP](https://tools.hana.ondemand.com/#abap). The files are compressed (RAR). Un-compress them into a folder named NW752. The folder must be at the same location where your Dockerfile is.
1616

1717
2. Build the Docker image
1818

@@ -23,7 +23,7 @@ docker build -t nwabap .
2323
3. Start container
2424

2525
```sh
26-
docker run -P -h vhcalnplci --name nwabap751 -it nwabap:latest /bin/bash
26+
docker run -P -h vhcalnplci --name nwabap752 -it nwabap:latest /bin/bash
2727
```
2828

2929
4. Start NetWeaver installation

0 commit comments

Comments
 (0)