Virtualization– tag –
-
Development
Setup WSL (Windows Subsystem for Linux)
Homebrew v2.0, released on February 2, 2019, added support for Windows 10(WSL) and Linux. This article explains how to set up WSL, which Homebrew needs. Install WSL on Windows 10 Follow these steps to install. (1) Select "Settings" from ... -
Development
3 Steps to Basic Authentication with Docker+Nginx
While developing an app supporting Basic Authentication for HTTP connections, I required a test environment with a web server utilizing HTTP Basic Authentication. I created a restricted page using Docker-containerized Nginx. Follow the t... -
Development
Containerize and run Nginx with Docker
When developing native apps, like iOS and Android, and implementing a process that interacts with a web server via HTTP/HTTPS, you often need fixed data to be returned. For example, when unit testing communication processes in XCTest. Nu...
1