mirror of https://github.com/docker/docs.git
Update images for 1.3rc4 and change the text for the Filesystem store
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
5254975ec7
commit
d7e41ce93f
3
Makefile
3
Makefile
|
@ -61,3 +61,6 @@ docs-build:
|
||||||
# echo "$(AWS_S3_BUCKET)" > AWS_S3_BUCKET
|
# echo "$(AWS_S3_BUCKET)" > AWS_S3_BUCKET
|
||||||
# echo "$(GITCOMMIT)" > GITCOMMIT
|
# echo "$(GITCOMMIT)" > GITCOMMIT
|
||||||
docker build -t "$(DOCKER_DOCS_IMAGE)" .
|
docker build -t "$(DOCKER_DOCS_IMAGE)" .
|
||||||
|
|
||||||
|
images:
|
||||||
|
$(MAKE) -C assets
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 279 KiB |
Binary file not shown.
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 146 KiB |
Binary file not shown.
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 92 KiB |
|
@ -295,8 +295,9 @@ directory.
|
||||||
### Filesystem settings
|
### Filesystem settings
|
||||||
|
|
||||||
The [filesystem storage backend](/registry/configuration/#filesystem)
|
The [filesystem storage backend](/registry/configuration/#filesystem)
|
||||||
has only one setting - the "Storage directory", the root directory in which all
|
has only one setting - the "Storage directory", the subdirectory of `/var/local/dtr/image-storage`
|
||||||
registry files are stored.
|
in which all registry files are stored.
|
||||||
|
The default value of `/local` means the files are stored in `/var/local/dtr/image-storage/local`.
|
||||||
|
|
||||||
### S3 settings
|
### S3 settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue