Skip to content

Commit

Permalink
fixed docker cheat sheet typo (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
OngDevLab authored Aug 8, 2024
1 parent 9d8e9e3 commit d0e79b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/Docker_Security_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Configuring the container to use an unprivileged user is the best way to prevent
docker run -u 4000 alpine
```

2. During build time. Simple add user in Dockerfile and use it. For example:
2. During build time. Simply add user in Dockerfile and use it. For example:

```dockerfile
FROM alpine
Expand Down

0 comments on commit d0e79b5

Please sign in to comment.