Skip to content
Home » Docker

Docker

WSL: What It Can’t Do

Running GUI applications: One of the main limitations of WSL is that it is not capable of running graphical user interface (GUI) applications. This means that you cannot run programs such as a web browser, a text editor with a graphical interface, or any other type of application that requires… Read More »WSL: What It Can’t Do

Git Your Infrastructure in Check: Using Version Control to Track Changes with Puppet

As a system administrator or developer, you are likely familiar with the importance of version control in managing code changes. But did you know that you can also use version control to track changes to your infrastructure code? Enter Puppet, a configuration management tool that allows you to define your… Read More »Git Your Infrastructure in Check: Using Version Control to Track Changes with Puppet