Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Nov 26, 2024
1 parent c2749eb commit 6b84e28
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WARNING:

- [`8.16.1`](https://github.com/elastic/dockerfiles/blob/905b04aed7c279576c093de38e3dfa9d11c45d04/elasticsearch/Dockerfile)

- [`8.15.4`](https://github.com/elastic/dockerfiles/blob/2ead1ff2522226005f77bb65ebb2c7a09e18700a/elasticsearch/Dockerfile)
- [`8.15.5`](https://github.com/elastic/dockerfiles/blob/000ec0794972a956614bdb904bafdb92cb84dfbe/elasticsearch/Dockerfile)

- [`7.17.25`](https://github.com/elastic/dockerfiles/blob/9a2cb64607abe3574f8f1d0fa8b9680798f0e6d9/elasticsearch/Dockerfile)

Expand Down
2 changes: 1 addition & 1 deletion kibana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WARNING:

- [`8.16.1`](https://github.com/elastic/dockerfiles/blob/905b04aed7c279576c093de38e3dfa9d11c45d04/kibana/Dockerfile)

- [`8.15.4`](https://github.com/elastic/dockerfiles/blob/2ead1ff2522226005f77bb65ebb2c7a09e18700a/kibana/Dockerfile)
- [`8.15.5`](https://github.com/elastic/dockerfiles/blob/000ec0794972a956614bdb904bafdb92cb84dfbe/kibana/Dockerfile)

- [`7.17.25`](https://github.com/elastic/dockerfiles/blob/9a2cb64607abe3574f8f1d0fa8b9680798f0e6d9/kibana/Dockerfile)

Expand Down
2 changes: 1 addition & 1 deletion logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WARNING:

- [`8.16.1`](https://github.com/elastic/dockerfiles/blob/905b04aed7c279576c093de38e3dfa9d11c45d04/logstash/Dockerfile)

- [`8.15.4`](https://github.com/elastic/dockerfiles/blob/2ead1ff2522226005f77bb65ebb2c7a09e18700a/logstash/Dockerfile)
- [`8.15.5`](https://github.com/elastic/dockerfiles/blob/000ec0794972a956614bdb904bafdb92cb84dfbe/logstash/Dockerfile)

- [`7.17.25`](https://github.com/elastic/dockerfiles/blob/9a2cb64607abe3574f8f1d0fa8b9680798f0e6d9/logstash/Dockerfile)

Expand Down
3 changes: 2 additions & 1 deletion nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ FROM nginx
COPY static-html-directory /usr/share/nginx/html
```

Place this file in the same directory as your directory of content ("static-html-directory"), run `docker build -t some-content-nginx .`, then start your container:
Place this file in the same directory as your directory of content ("static-html-directory"), then run these commands to build and start your container:

```console
$ docker build -t some-content-nginx .
$ docker run --name some-nginx -d some-content-nginx
```

Expand Down

0 comments on commit 6b84e28

Please sign in to comment.