Skip to content

Commit

Permalink
some minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Aug 15, 2024
1 parent 5fc80bd commit bb5c090
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions content/en/docs/06/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,18 @@ SELECT User FROM mysql.user;
```

```
+-----------------+
| USER() |
+-----------------+
| peter@localhost |
+-----------------+
1 row in set (0.00 sec)
+-------------+
| User |
+-------------+
| peter |
| root |
| healthcheck |
| healthcheck |
| healthcheck |
| mariadb.sys |
| root |
+-------------+
7 rows in set (0.001 sec)
```
Now exit the mysql client

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/10/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mkdir myfirstimage
cd myfirstimage
```

Add the following content to the Dockerfile using your editor of choice:
Create a new File with the name `Dockerfile` and add the following content to that `Dockerfile` using your editor of choice:

```Dockerfile
FROM ubuntu
Expand Down

0 comments on commit bb5c090

Please sign in to comment.