How to retrieve the path where the running script is located?
Bash shell tip: Get the real path of a running script using a cross-platform solution that handles symbolic links and relative paths.
5 articles tagged with "linux"
Bash shell tip: Get the real path of a running script using a cross-platform solution that handles symbolic links and relative paths.
Presentation about Docker and container technologies at Anchor Coworking on December 27th, 2014, including slides and Q&A session covering Docker, CoreOS, Rocket, and practical DevOps considerations.
Set up Nginx as a reverse proxy for Docker private registry in a separate container, enabling virtual host configuration and fine-grained HTTP control.
Configure Docker private registry to use Amazon S3 as storage backend for container images, including IAM setup, common issues, and complete working configuration.
Step-by-step guide to set up a private Docker registry using the official registry container, including local setup, common issues, and solutions for insecure registry endpoints.