Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ To add users, take the following steps:

## Set user passwords {#set-basic-passwords}

{{< before-you-begin >}}
{{< call-out "note" >}}
Before you can set users' passwords, ensure you have [created users](#create-users) in NGINX Instance Manager. Once you've created the users, you can use one of the following options to set their passwords.
{{< /before-you-begin >}}
{{< /call-out >}}

### (Recommended) Use the provided script {#set-basic-passwords-script}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@ Create a Dockerfile similar to the following example:

## Push Images to Private Registry {#push-images-private-registry}

{{<before-you-begin>}}To complete this step, you need an [externally-accessible private Docker registry](https://docs.docker.com/registry/deploying/) to push the container images to.{{</before-you-begin>}}
{{< call-out "note" >}}
To complete this step, you need an [externally-accessible private Docker registry](https://docs.docker.com/registry/deploying/) to push the container images to.
{{< / call-out >}}

After building or loading the Docker images, you can now tag and push the images to your private Docker registry. Replace `<my-docker-registry>` in the examples below with the path to your private Docker registry.

Expand Down