Skip to content

Commit c89e4ec

Browse files
committed
Edit section on building the hub image
1 parent 00068ee commit c89e4ec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,9 @@ Secret and OAuth callback url. You can do this by either:
123123

124124
`.env` file
125125
```
126-
...
127126
GITHUB_CLIENT_ID=<github_client_id>
128127
GITHUB_CLIENT_SECRET=<github_client_secret>
129128
OAUTH_CALLBACK_URL=https://<myhost.mydomain>/hub/oauth_callback
130-
...
131129
```
132130

133131
**Note:** The `.env` file is a special file that Docker Compose uses
@@ -139,13 +137,14 @@ Secret and OAuth callback url. You can do this by either:
139137

140138
## Build the JupyterHub Docker image
141139

142-
Configure JupyterHub and build it into a Docker image.
140+
Finish configuring JupyterHub and then build the hub's Docker image. (We'll
141+
build the Jupyter Notebook image in the next section.)
143142

144-
1. Create a `userlist` file with a list of authorized users. The list should
145-
contain GitHub usernames, and this file should designate at least one
146-
`admin` user. For instance, this example file contains three users,
147-
`jtyberg`, `jenny`, and `guido`, and one designated administrator,
148-
`jtyberg`:
143+
1. Configure `userlist`: Create a `userlist` file of authorized JupyterHub
144+
users. The list should contain GitHub usernames, and this file should
145+
designate at least one `admin` user. For instance, the example file below
146+
contains three users, `jtyberg`, `jenny`, and `guido`, and one designated
147+
administrator, `jtyberg`:
149148

150149
`userlist` file
151150
```
@@ -158,7 +157,8 @@ Configure JupyterHub and build it into a Docker image.
158157
admin console.
159158

160159
1. Use [docker-compose](https://docs.docker.com/compose/reference/) to build
161-
the JupyterHub Docker image on the active Docker machine host:
160+
the JupyterHub Docker image on the active Docker machine host by running
161+
the `make build` command:
162162

163163
```bash
164164
make build

0 commit comments

Comments
 (0)