Skip to content

Commit a25c467

Browse files
committed
docs: add instructions and command for Docker Hub login and access token creation
- Add instructions on how to login to Docker Hub - Provide a command to create an access token from Docker Hub Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent b6b7850 commit a25c467

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Dockerfile demo
44

5+
## How to login Docker Hub
6+
7+
```bash
8+
docker login -u appleboy
9+
```
10+
11+
create access token from [Docker Hub](https://hub.docker.com/settings/security)
12+
513
## How to enable [Docker BuildKit](https://docs.docker.com/build/buildkit/)
614

715
```bash

0 commit comments

Comments
 (0)