Skip to content

Commit

Permalink
Updated OS versions for beginner-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Kos committed Oct 25, 2018
1 parent a3305ad commit 829fdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2016-10-25-beginner-linux.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In the next example, we are going to run an Ubuntu Linux container on top of an

2. Run the following commands in the container.

`ls /` will list the contents of the root director in the container, `ps aux` will show running processes in the container, `cat /etc/issue` will show which Linux distro the container is running, in this case Ubuntu 16.04.4 LTS.
`ls /` will list the contents of the root director in the container, `ps aux` will show running processes in the container, `cat /etc/issue` will show which Linux distro the container is running, in this case Ubuntu 18.04.1 LTS.

```.term1
ls /
Expand Down Expand Up @@ -150,7 +150,7 @@ In the next example, we are going to run an Ubuntu Linux container on top of an
You should see:

```
Welcome to Alpine Linux 3.6
Welcome to Alpine Linux 3.8
Kernel \r on an \m (\l)
```

Expand Down

0 comments on commit 829fdf6

Please sign in to comment.