How build own Docker image in Golang
I need build some Docker image directly from my Golang application. I spent some time on Google but I didn’t find any fully functional example of Goland code… And then …
I need build some Docker image directly from my Golang application. I spent some time on Google but I didn’t find any fully functional example of Goland code… And then …
bat: A cat(1) clone with wings. bat supports syntax highlighting for a large number of programming and markup languages. Display a single file on the terminal: # install brew install bat …
dive: A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image. To analyze a Docker image simply run dive with …
Go.dev is a companion website to golang.org. Golang.org is the home of the open source project and distribution, while go.dev is the hub for Go users providing centralized and curated resources from across the Go ecosystem. …
go-carpet show test coverage in terminal for Go source files. To view the test coverage in the terminal, just run go-carpet. It works outside of the GOPATH directory. And it works recursively for …
This weekend we celebrate the 10th anniversary of the Go release, marking the 10th birthday of Go as an open-source programming language and ecosystem for building modern networked software. Happy birthday, …
fresh: Build and (re)start go web apps after saving/creating/deleting source files. Fresh is a command line tool that builds and (re)starts your web application everytime you save a Go or …
gotop: A terminal based graphical activity monitor inspired by gtop and vtop. Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go! CLI Options -c, –color=NAME Set a colorscheme.-m, –minimal Only show …
Deploying a Kubernetes cluster for a specific application, you need to realize the requirements from the application itself, business and developers. Having this understanding, you can make an architectural choice …
The Remote – Containers extension lets you use a Docker container as a full-featured development environment. Whether you deploy to containers or not, containers make a great development environment because you can: Develop with …