You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To be able to setup the Docker container with just one command, make sure to rea
12
12
13
13
## Short version
14
14
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.
16
16
17
17
2. Build the Docker image
18
18
@@ -23,7 +23,7 @@ docker build -t nwabap .
23
23
3. Start container
24
24
25
25
```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
0 commit comments