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
Login using the default username: admin, and password: password for the on-prem installation, or the credentials provided to you by email for the cloud installation.
384
+
JFrog Platform is integrated with OAuth allowing you to delegate authentication requests to external providers (the provider types supported are Google, OpenID Connect, GitHub Enterprise, and Cloud Foundry UAA)
385
+
386
+
> **Note**: nerdctl prior to v0.16.1 had a bug that required pressing the Enter key twice.
387
+
388
+
### Creating a repo
389
+
1. Add local Docker repository
390
+
1. Add a new Local Repository with the Docker package type via `https://<server-name>.jfrog.io/ui/admin/repositories/local/new`.
391
+
2. Add virtual Docker repository
392
+
1. Add a new virtual repository with the Docker package type via `https://<server-name>.jfrog.io/ui/admin/repositories/virtual/new`.
393
+
2. Add the local docker repository you created in Steps 1 (move it from Available Repositories to Selected Repositories using the arrow buttons).
394
+
3. Set local repository as a default local deployment repository.
395
+
396
+
### Pushing an image
397
+
```console
398
+
$ nerdctl tag hello-world <SERVER_NAME>.jfrog.io/<VIRTUAL_REPO_NAME>/hello-world
0 commit comments