Skip to content

Commit

Permalink
Merge pull request #95 from InDieTasten/docker-wsl-post
Browse files Browse the repository at this point in the history
Fix minor problems with blog post
  • Loading branch information
InDieTasten authored Feb 1, 2024
2 parents 097092b + 51974fd commit 306ba4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-02-01-Docker-in-WSL2.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This should output
systemd=true
{% endhighlight %}

In the file does not exist or contains something else, refer to [these steps](#configuring-systemd-inside-wsl).
If the file does not exist or contains something else, refer to [these steps](#configuring-systemd-inside-wsl).

### Install docker

Expand All @@ -81,7 +81,7 @@ apt-get update -y && apt-get install -y docker-ce && usermod -aG docker $USER &&
### Use docker

{% highlight bash %}
sudo docker ps
sudo docker run hello-world
{% endhighlight %}

Done! You can now use Docker inside your WSL2 Ubuntu 22.04!
Expand Down

0 comments on commit 306ba4c

Please sign in to comment.