Run update.sh
This commit is contained in:
parent
04c94c3a59
commit
03d7de802b
|
|
@ -24,7 +24,7 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`3.7`, `3.7.15`](https://github.com/arangodb/arangodb-docker/blob/d46dfa818833436aa89907a045c803de84c7868a/alpine/3.7.15/Dockerfile)
|
||||
- [`3.7`, `3.7.16`](https://github.com/arangodb/arangodb-docker/blob/71fc4a9f6a3fa2f5f02b517e25a6c5c94a6170e9/alpine/3.7.16/Dockerfile)
|
||||
- [`3.8`, `3.8.3`, `latest`](https://github.com/arangodb/arangodb-docker/blob/1dc6491a317221b03622183f7e0a462c718f3e0e/alpine/3.8.3/Dockerfile)
|
||||
|
||||
# Quick reference (cont.)
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ By default, the containers will use a cache size of 100MB, which is usually a bi
|
|||
$ docker run --tmpfs /var/lib/varnish:exec -e VARNISH_SIZE=2G varnish
|
||||
```
|
||||
|
||||
Additionally, you can add arguments to `docker run` affter `varnish`, if the first one starts with a `-`, they will be appendend to the [default command](https://github.com/varnish/docker-varnish/blob/master/docker-varnish-entrypoint#L8):
|
||||
Additionally, you can add arguments to `docker run` after `varnish`, if the first one starts with a `-`, they will be appendend to the [default command](https://github.com/varnish/docker-varnish/blob/master/docker-varnish-entrypoint#L8):
|
||||
|
||||
```console
|
||||
# extend the default keep period
|
||||
|
|
|
|||
Loading…
Reference in New Issue