diff --git a/content/en/docs/06/_index.md b/content/en/docs/06/_index.md index 24dd7eb..6d6a096 100644 --- a/content/en/docs/06/_index.md +++ b/content/en/docs/06/_index.md @@ -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 diff --git a/content/en/docs/10/_index.md b/content/en/docs/10/_index.md index ba6bfa0..2edf77c 100644 --- a/content/en/docs/10/_index.md +++ b/content/en/docs/10/_index.md @@ -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