Docker Chronicles Ep. 1: The Curse of the "Betrayed Friend"
Long ago, the developer world lived in a state of constant distress. Hope was dimming under a...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3904227) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Fjr Posted on May 1 • Originally published at fjrsworld.hashnode.dev Docker Chronicles Ep. 1: The Curse of the "Betrayed Friend" #docker #devops #webdev #programming Long ago, the developer world lived in a state of constant distress. Hope was dimming under a legendary ancient curse: "But... It worked on my machine!" This is the story of how that curse was broken by a hero. A hero that arrived in a flash of light to save our sanity. This is the story of The Great Docker.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).