Best of DockerAugust 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Full Docker Course [FREE]

    The course is a mix of animated theoretic explanations and hands-on demo’s to follow along. You will have a deep understanding of the concepts and a great overall big picture of how Docker is used in the whole software development process. It's a handy way to quickly look something up or refresh your knowledge at work.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    Docker For Frontend Developers

    Docker For Frontend Developers is a short and simple guide of docker, useful for frontend developers. It ensures that the working environment is same for all developers and all servers i.e, production, staging and testing. Anyone can setup the project in seconds, no need to mess with config, install libraries, setup dependencies and set up dependencies. The command creates a hello-world image.

  3. 3
    Article
    Avatar of geekcultureGeek Culture·4y

    A Company banned me because I made their Electron App running inside Docker

    The CEO of BeyondCode, Sebastian Schlein, wrote to me on a Sunday to explain to me, that he is unable to support me — a paying customer. Schlein: I made their Electron App running inside Docker Okay, to be honest, because: I was impudent to ask questions as well. It’s up to you to decide to use Tinkerwell.

  4. 4
    Article
    Avatar of pointerPointer·4y

    surrealdb/surrealdb: A scalable, distributed, collaborative, document-graph database, for the realtime web

    SurrealDB is an end-to-end cloud native database for web, mobile, serverless, jamstack, backend, and traditional applications. It can run as a single server or in a highly-available, highly-scalable distributed mode. With strongly-typed data types, data can be fully modelled right in the database. Easily work with unstructured or structured data, in schemafull. Data can be completely modelled.

  5. 5
    Article
    Avatar of medium_jsMedium·4y

    Kubernetes The Easy Way

    Kubernetes is the go-to solution for microservices and container-based production implementations. It will package an application with required libraries and other dependencies, and ship it all out as one package. The Easy Way “Seaport Inf’s basically a key-value based distributed data store.

  6. 6
    Article
    Avatar of changelogChangelog·4y

    How we Created an in-Browser Kubernetes Experience

    Plural is an open-source DevOps platform that allows users to deploy and manage software on Kubernetes. The API creates both a reference to the shell pod in our database and creates the pod in a k8s.

  7. 7
    Article
    Avatar of hashnodeHashnode·4y

    Introduction to Docker

    Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Dockerfile builds a docker image and that image contains all the project's code. You can run that image to create as many docker containers as you want.

  8. 8
    Article
    Avatar of dzDZone·4y

    Docker Commands Beginners Should Know

    Docker is an open-source platform for creating, deploying, and running containers. You can create your containers on your favorite operating system and deploy them anywhere. Let's look at the commands you need to know to manage Docker images and containers.

  9. 9
    Article
    Avatar of geekcultureGeek Culture·4y

    Airbyte — Promising Integration tool

    Airbyte is an open-source data integration platform that aims to standardize and simplify the process of Extraction and Loading. Airbyte operates on the principle of ELT, it simply extracts raw data and loads it to destinations. It simplifies this process by building connectors between data sources and destinations.

  10. 10
    Article
    Avatar of awstipAWS Tip·4y

    Docker Containers! Oh my!!

    This weeks project focuses on creating Docker images and containers. We are going to create our own image using Nginx and then add a file that will tell us the date our container was deployed. We will then deploy the container to run on port 8080.

  11. 11
    Article
    Avatar of hnHacker News·4y

    jetpack-io/devbox: Instant, easy, predictable shells and containers.

    Devbox analyzes your source code and turns it into an OCI-compliant image that can be deployed to any cloud. Join our Developer Community - Chat with us by joining the Jetpack.io Discord Server – we have a #devbox channel dedicated to this project.

  12. 12
    Article
    Avatar of infoworldInfoWorld·4y

    What’s the Go programming language (Golang) really good for?

    Google's Go language, aka Golang, has evolved from being a curiosity for alpha geeks to being the battle-tested programming language behind some of the world’s most important cloud-centric projects. Go is designed to err on the side of being small and easy to understand, with certain features deliberately omitted.

  13. 13
    Article
    Avatar of hnHacker News·4y

    6 Docker Compose Best Practices for Dev and Prod

    Docker Compose is a tool for defining and running multi-container Docker applications. It allows you to bring up and link multiple containers into one logical unit. If you want to use Docker containers, you create one container that listens on an unused port on your machine. The alias will give it precedence when two services could share a Dockerfile and a code base but have some slight variations.

  14. 14
    Article
    Avatar of do_communityDigitalOcean Community·4y

    How To Run End-to-End Tests Using Playwright and Docker

    Playwright is a great tool for end-to-end testing across browsers, including Chromium, Firefox, and Webkit. Playwright has features like auto-support interaction with browsers, so you don't have to install the web drivers manually. To run Playwright, you need an appropriate environment, such as type yes or press enter to confirm the setup for the package. The flag --save-dev is used.

  15. 15
    Article
    Avatar of dzDZone·4y

    Scaling a Node JS Application

    Software scalability is an attribute of a tool or a system to increase its capacity and functionalities based on its users’ demands. Scalability can happen in two ways either horizontal or vertical scaling. In this blog, we will mainly focus on horizontal scaling and we will build up a small Node JS application.

  16. 16
    Article
    Avatar of itnextITNEXT·4y

    Local Infrastructure for Web Software Development (MacOs, Linux, Windows)

    The Idea behind the setup was to be able to switch through many projects and to enable faster onboarding of new members or reordering members if needed for faster development. Include aliases from an infrastructure like postgres in laravel, mailhog for emails, redis and redis.

  17. 17
    Article
    Avatar of devblogsDevBlogs·4y

    .NET 6 is now in Ubuntu 22.04

    .NET 6 is now in Ubuntu 22.04 (Jammy) and can be installed with just apt install dotnet6.NET in Chiseled Ubuntu Containers.NET delivers the smallest container footprint while still being the Ubuntu you know and trust.NET is similar to conventional distroless, with a tool that is customized for slicing.deb packages. The images will be offered in our nightly repos.

  18. 18
    Article
    Avatar of octopusdeployOctopusDeploy·4y

    Using Docker as a package manager

    Linux users have long enjoyed the ability to install tools from extensive and well maintained package repositories. An increasing number of cloud-based tools, such as platform-specific tools, can only be reliably installed across multiple operating systems and Linux distributions via a direct binary download.

  19. 19
    Article
    Avatar of devtoDEV·4y

    Thinking like containers

    Virtualization is a solution to the problem of isolating and having a completely different environment sharing the same "machine" Virtualization has a cost: it does not share the same OS kernel. For doing so, we should use a flag option in the run command: $ docker run -it ruby:2.7.