keys

Gaining Access to a Docker Container That Errors Out

Gaining Access to a Docker Container That Errors Out Docker containers are fantastic for encapsulating applications, but what happens when one stubbornly refuses to start? Maybe you’ve made a configuration blunder, introduced a code error, or encountered a pesky dependency issue. If the container exits immediately with an error, how do you fix it? In …

Getting the VS Code Docker Integration to Work

You’re probably encountering an issue where VS Code asked you to install the Docker integration, and once you install it, you’re getting the following error: The simple fix is to add your user you’re trying to remote view the containers with, to a new group called docker. To do this, you can run the following: …