Add repo creation on push (#407)

This commit is contained in:
Joao Fernandes 2018-01-10 11:39:56 -08:00 committed by Jim Galasyn
parent 2515febf9c
commit 12837ac681
3 changed files with 3 additions and 1 deletions

View File

@ -2349,6 +2349,8 @@ manuals:
title: Chain multiple caches
- path: /datacenter/dtr/2.5/guides/admin/configure/garbage-collection/
title: Garbage collection
- title: Allow users to create repositories when pushing
path: /datacenter/dtr/2.5/guides/admin/configure/allow-creation-on-push/
- path: /datacenter/dtr/2.5/guides/admin/configure/use-a-web-proxy/
title: Use a web proxy
- sectiontitle: Manage users

View File

@ -22,7 +22,7 @@ You can configure DTR to allow pushing to repositories that don't exist yet.
As an administrator, log into the **DTR web UI**, navigate to the **Settings**
page, and enable **Create repository on push**.
![DTR settings page](images/create-on-push-1.png){: .with-border}
![DTR settings page](../../images/create-on-push-1.png){: .with-border}
From now on, when a user pushes to their personal sandbox
(`<user-name>/<repository>`), or if the user is an administrator for the

View File

Before

Width:  |  Height:  |  Size: 259 KiB

After

Width:  |  Height:  |  Size: 259 KiB