How to create a docker account? Create a Docker Hub Account & Repository
You've built a cool image, and you should share it. In the next section, you'll do just that. You need a Docker Hub account. Then, you will push your image to Docker Hub so that others can run it through Docker Engine
Step 1: Register an account
Use a browser to access Docker Hub Registration page
The browser will display the following page.
Docker Hub is free, Docker needs to fill in the username, password and email address.
Click Signup
The browser will display the Docker Hub welcome page.
Step 2: Verify email and add a library
Share on Docker Hub Before anything, you need to verify your email first.
Open your email inbox
Find the email titled Please confirm email for your Docker Hub account.
If If you don't see it in your mailbox, check your spam or wait for a while until the email arrives.
Open the email and click Confirm Your Email.
Open your Docker Hub settings page in your browser.
Select Create Repository.
Open the Create Repository page in your browser.
Enter the name of the Hub library and a simple description
Set to Public to confirm Can be accessed by others.
When you get here, the form on your page should look like this:
Click Create
Docker Hub has created a new Hub library for you.
.
For more related tutorials, please pay attention to PHP Chinese website docker tutorial column.
The above is the detailed content of How to create a docker account. For more information, please follow other related articles on the PHP Chinese website!