Below you will find pages that utilize the taxonomy term “Code”
Posts
Devs should not manually write Dockerfiles
Another quick one. So I just learned about a new feature in Docker Desktop in which Docker Desktop can create a Dockerfile just by examining the code in your directory tree, which is pretty cool, so I updated my version of Docker Desktop to take advantage of this new feature, and it re-enforced my belief that Devs should not manually create Dockerfiles. Let’s have a look at the output from the command docker init # syntax=docker/dockerfile:1 # Comments are provided throughout this file to help you get started.
Posts
First APP
Well, I’ve built my first web app, it’s hosted on DigitalOcean, here it uses Bootstrap for the frontend with some skinning by MDB and the backend is SailsJS utilizing Mongo for a DB.