You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: 1.0.0-beta2/README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,18 @@ Please [read this article][webdev-article] on .NET Web Development and Tools Blo
19
19
20
20
This image provides the following environment variables:
21
21
22
-
*`KRE_USER_HOME`: path to KRE installation (e.g. /opt/kre)
22
+
*`KRE_USER_HOME`: path to KRE installation (e.g. /opt/kre) (except the `nightly` image)
23
23
*`KRE_VERSION`: version of KRE (K Runtime) installed (except the `nightly` image)
24
24
25
25
In addition to these, `PATH` is set to include the `k`/`kpm` executables.
26
26
27
+
The `nightly` image provides the following environment variables:
28
+
29
+
*`DNX_USER_HOME`: path to DNX installation (e.g. /opt/dnx)
30
+
*`DNX_FEED`: url to the DNX nightly feed (e.g. https://www.myget.org/F/aspnetvnext/api/v2)
31
+
32
+
In addition to these, `PATH` is set to include the `dnx`/`k`/`kpm` executables.
33
+
27
34
## Build Status
28
35
29
36
Status for image tags built from `master`: [](https://circleci.com/gh/aspnet/aspnet-docker/tree/master)
0 commit comments