My homebrew packages. Contribute to simnalamburt/homebrew-x development by creating an account on GitHub. (more…)
Read more »
LXC (LinuX Containers) is a OS-level virtualization technology and Docker is an extension of LXC’s capabilities achieved through a high-level API. (more…)
Read more »
With a couple of tweaks the WSL (Windows Subsystem for Linux, also known as Bash for Windows) can be used with Docker for Windows. (more…)
Read more »
Docker Compose is an open-source tool used by developers for orchestrating containers locally or in production. If you are new to containers, I suggest checking out the following links: Get Started with Docker A Practical Introduction to Container Termino... (more…)
Read more »
Add Docker files by default to new apps: Dockerfile, .dockerignore, bin/docker-entrypoint. These files can be skipped with --skip-docker. They're intended as a starting point for a production deplo... (more…)
Read more »