Run update.sh
This commit is contained in:
parent
0ef549a31a
commit
d2bdba0e8f
|
|
@ -62,14 +62,16 @@ The following are only needed if `ME_CONFIG_MONGODB_ENABLE_ADMIN` is **"false"**
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
docker run -it --rm \
|
```console
|
||||||
--name mongo-express \
|
$ docker run -it --rm \
|
||||||
--link web_db_1:mongo \
|
--name mongo-express \
|
||||||
-p 8081:8081 \
|
--link web_db_1:mongo \
|
||||||
-e ME_CONFIG_OPTIONS_EDITORTHEME="ambiance" \
|
-p 8081:8081 \
|
||||||
-e ME_CONFIG_BASICAUTH_USERNAME="user" \
|
-e ME_CONFIG_OPTIONS_EDITORTHEME="ambiance" \
|
||||||
-e ME_CONFIG_BASICAUTH_PASSWORD="fairly long password" \
|
-e ME_CONFIG_BASICAUTH_USERNAME="user" \
|
||||||
mongo-express
|
-e ME_CONFIG_BASICAUTH_PASSWORD="fairly long password" \
|
||||||
|
mongo-express
|
||||||
|
```
|
||||||
|
|
||||||
This example links to a container name typical of `docker-compose`, changes the editor's color theme, and enables basic authentication.
|
This example links to a container name typical of `docker-compose`, changes the editor's color theme, and enables basic authentication.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
- [`1.0RC`, `latest` (*1.0RC/Dockerfile*)](https://github.com/frapposelli/photon-docker-image/blob/a90d370fc94c08d096f0b9ee07c1c04405f5d6dd/1.0RC/Dockerfile)
|
- [`1.0RC`, `latest` (*1.0RC/Dockerfile*)](https://github.com/vmware/photon-docker-image/blob/312dda8b87d8a7083cf1e9fcab184a7612032859/1.0RC/Dockerfile)
|
||||||
- [`1.0TP2` (*1.0TP2/Dockerfile*)](https://github.com/frapposelli/photon-docker-image/blob/a90d370fc94c08d096f0b9ee07c1c04405f5d6dd/1.0TP2/Dockerfile)
|
|
||||||
|
|
||||||
[](https://imagelayers.io/?images=photon:1.0RC,photon:1.0TP2)
|
[](https://imagelayers.io/?images=photon:1.0RC)
|
||||||
|
|
||||||
For more information about this image and its history, please see [the relevant manifest file (`library/photon`)](https://github.com/docker-library/official-images/blob/master/library/photon). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fphoton).
|
For more information about this image and its history, please see [the relevant manifest file (`library/photon`)](https://github.com/docker-library/official-images/blob/master/library/photon). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fphoton).
|
||||||
|
|
||||||
|
|
@ -11,7 +10,7 @@ For detailed information about the virtual/transfer sizes and individual layers
|
||||||
|
|
||||||
# VMware Photon OS
|
# VMware Photon OS
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Photon OS is a technology preview of a minimal Linux container host. It is designed to have a small footprint and boot extremely quickly on VMware platforms. Photon OS is intended to invite collaboration around running containerized applications in a virtualized environment.
|
Photon OS is a technology preview of a minimal Linux container host. It is designed to have a small footprint and boot extremely quickly on VMware platforms. Photon OS is intended to invite collaboration around running containerized applications in a virtualized environment.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
- [`2016.04`, `latest` (*Dockerfile*)](https://github.com/perl6/docker/blob/6a58fb273b193a2d497db8e4108e7e95603dde68/Dockerfile)
|
- [`2016.04`, `latest` (*Dockerfile*)](https://github.com/perl6/docker/blob/f9c2b6026b8c875ad97cddacfc0158bfdc25d21c/Dockerfile)
|
||||||
|
|
||||||
[](https://imagelayers.io/?images=rakudo-star:2016.04)
|
[](https://imagelayers.io/?images=rakudo-star:2016.04)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue