Our great sponsors
-
You may be on the lookout for a replacement to Docker Desktop at the moment. If you are, you may be wanting to trial the different solutions. You're going to need to know what is involved, and what the different cost models include. This post is going to show you how you can use docker context to run the different systems in parallel. The two solutions this post will cover is minikube and multipass.
-
users: - name: ubuntu sudo: ALL=(ALL) NOPASSWD:ALL ssh-authorized-keys: - ssh-rsa ..... package_update: true packages: - apt-transport-https - avahi-daemon - ca-certificates - curl - docker - gnupg - lsb-release runcmd: - sudo curl -fsSL https://get.docker.com | sudo bash - sudo systemctl enable docker - sudo systemctl enable -s HUP ssh - sudo groupadd docker - sudo usermod -aG docker ubuntu
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
This post assumes the host machine is a Mac. Therefore, we can use brew.sh to install the necessary packages.
Related posts
- An alternative Docker installation with Multipass on macOS without using Docker for Mac
- The M1 Mac is phenomenal (programmer's perspective)
- Gifted this 13 in. MacBook Pro M2. Any essential app recommendations as a Cybersecurity student? Peripherals? First Mac since 2014
- Improving Docker file performance on MacOS
- Duality of man