DevOps and Linux enthusiast, PHP Developer, and musician in his spare time.
- Fortaleza, CE - Brazil
- https://www.linkedin.com/in/hewersonfreitas/
Highlights
- Pro
Pinned Loading
-
-
run_docker_share_socket_in_container.sh
run_docker_share_socket_in_container.sh 1docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker ubuntu:latest bash
-
proxy-pass-nginx-ssl.sh
proxy-pass-nginx-ssl.sh 1server {
23server_name domain.host;
45listen 443 ssl http2; # managed by Certbot
-
certbot-generate-ssl.txt
certbot-generate-ssl.txt 1>> add lines in host nginx.conf
2location ~ /.well-known{
3allow all;
4}
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.