Skip to content

Commit fa55e57

Browse files
committed
Rename scripts
1 parent e757daf commit fa55e57

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ according to [pom.xml](pom.xml). The resulting image is 87MB in size.
2323

2424
```shell
2525
# This may take a few minutes.
26-
$ ./build_image.sh
26+
$ ./create_image.sh
2727
```
2828

2929
> Example output:
@@ -37,7 +37,7 @@ $ ./build_image.sh
3737
**Step 2:** Start a container for the Docker image.
3838
3939
```shell
40-
$ ./run_image.sh
40+
$ ./start_container.sh
4141
```
4242
4343
> Example output:

build_image.sh create_image.sh

File renamed without changes.

run_image.sh start_container.sh

File renamed without changes.

0 commit comments

Comments
 (0)