Best of DockerSeptember 2022

  1. 1
    Article
    Avatar of pointerPointer·4y

    AykutSarac/jsoncrack.com: 🔮 Seamlessly visualize your JSON data instantly into graphs; paste, import or fetch!

    JSON Crack is a tool that generates graph diagrams from JSON objects. These diagrams are much easier to navigate than the textual format. The tool also allows you to search the nodes. You can use the web version at jsoncrack.com or also run it locally as Docker container.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Learn Jenkins by Building a CI/CD Pipeline

    Learn Jenkins by Building a CI/CD Pipeline Jenkins is an open source automation server which makes it easier to build, test, and deploy software. Gwendolyn Faraday developed this course to teach you about Jenkins by showing you how to build a CI-CD pipeline for a web application.

  3. 3
    Article
    Avatar of dockerDocker·4y

    How to Setup Your Local Node.js Dev Environment Using Docker

    Docker is the de facto toolset for building modern applications and setting up a CI/CD pipeline. How to set up a local Node.js development environment for a relatively complex application that uses React for its front end, Node and Express for a couple of micro-services and MongoDb for our datastore.

  4. 4
    Article
    Avatar of medium_jsMedium·4y

    Docker: Why use it and How it Works?

    Docker is an application software that packages your software code, dependencies, configuration settings, and libraries into neat, packaged, isolated containers. This way, your application can be run on your team's machines the same way as it does on your machine. For applications that require multiple containers, we use Docker Compose.

  5. 5
    Article
    Avatar of spaceliftSpacelift·4y

    5 Most Useful CI/CD Tools for DevOps (Popular Options List)

    Azure DevOps by Microsoft is an all-in-one CI/CD platform that features entire software delivery in one place. Azure Test Plans offer a great set of If the compilation steps are required, they are specified as well. A successfully built image can therefore be run on any machine that hosts a Docker engine. The Docker engine also takes care of the resource management for each container.

  6. 6
    Article
    Avatar of devtoDEV·4y

    Continue Using .env Files As Usual.

    The author is now working at Google, he has the chance to discuss with the brains. All I can get are env names and use them within the app. This is why having a designated person is so important. Not only does it make life easier for employees, but it also helps keep everyone on the same page, safe, and secure.

  7. 7
    Article
    Avatar of vscodeVisual Studio Code·4y

    Dev Container Features

    Dev Container Features are self-contained units of installation code, container configuration, and/or settings. They can be built to work with a wide range of base container images. Features can now be stored as OCI Artifacts in any supporting container registry. The source code of a Feature has two components: An install script ( install.sh) and a configuration file (devcontainer-feature.json)

  8. 8
    Article
    Avatar of faunFaun·4y

    Why Java and Web Developers should Learn Docker and Kubernetes?

    Why Java and Web Developers should learn Docker and Kubernetes in 2022? Here are a couple of reasons to learn them to further improve your profile as software developer Hello Java and web developers. Docker is a container orchestration tool, something which can do creating, destroying and managing containers at scale. If things go wrong on Production then it’s the developer who is often involved.

  9. 9
    Article
    Avatar of rhdevRed Hat Developer·4y

    Best ways to learn about Linux from Red Hat Developer

    Red Hat Developer looks for tips and deep dives on Linux, including Red Hat Enterprise Linux. These are some of our favorite and most popular articles, cheat sheets, and lessons to help you get the most out of Linux. Red Hat Developer Advocate Cedric Clyburn talks about life after Docker and why containers are here to stay.

  10. 10
    Article
    Avatar of glcGolang News·4y

    A production-ready RESTful JSON API written in Golang (SQL-/Swagger-first)

    A demo go-starter service is deployed at https://go-starter.com/allaboutapps.at for you to play around with. A production-ready RESTful JSON API written in Go, highly integrated with VSCode DevContainers by allaboutapps. The above command writes your new go module name to tmp/.modulename, go.mod.

  11. 11
    Article
    Avatar of glcGolang News·4y

    A simple, fast container image builder for Golang applications

    ko is a simple, fast container image builder for Go applications. It’s ideal for use cases where your image contains a single Go application without any/many dependencies on the OS base image. ko also includes support for simple YAML templating, which makes it a powerful tool for Kubernetes applications. The image must be pushed to Google Container Registry or Artifact Registry.

  12. 12
    Article
    Avatar of dockerDocker·4y

    How to Build and Run Next.js Applications with Docker, Compose, & NGINX

    Using Next.js can boost deployment efficiency, accelerate time to market, and help attract web users. We’ll also cover key processes and helpful practices for serving static content. Leveraging A/B testing to create tailored user experiences. You can customize your client-side code to change your app’s appearance, and ultimately the end-user experience.

  13. 13
    Article
    Avatar of dzDZone·4y

    git-secret: Encrypt, Store Secrets in a Git Repo

    Learn how to set up git-secret and gpg in a Docker container and create workflows for different scenarios via Makefile recipes. Join the DZone community and get the full member experience. In this tutorial, we will setup git- secret to store secrets directly in the repository. All code samples are publicly available in my Docker Create gpg Key Pair. The %no-protection will create a key without a password.

  14. 14
    Article
    Avatar of ossOpen Source Way·4y

    How I switched from Docker Desktop to Colima

    DDEV replaces more traditional AMP stack solutions (WAMP, MAMP, XAMPP, and so on) with a flexible, modern, container-based solution. DDEV allows each project to use any set of applications, versions of web servers, database servers, search index servers, and other types of software.

  15. 15
    Article
    Avatar of glcGolang News·4y

    Golang Tutorial to setup a RESTful API Project with Postgres and GORM

    Golang Tutorial to setup a RESTful API Project with Postgres and GORM Golang. Golang has impressive features that support the needs of microservice architecture, large-scale enterprise applications, and distributed systems.