Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warnyul/digital-ocean-setup
Setup scripts which are useful to setup a Droplet on Digital Ocean.
https://github.com/warnyul/digital-ocean-setup
digital-ocean digitalocean docker-socket docker-tls
Last synced: about 1 month ago
JSON representation
Setup scripts which are useful to setup a Droplet on Digital Ocean.
- Host: GitHub
- URL: https://github.com/warnyul/digital-ocean-setup
- Owner: warnyul
- License: apache-2.0
- Created: 2020-03-27T14:41:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T07:27:28.000Z (almost 5 years ago)
- Last Synced: 2024-10-15T15:51:42.519Z (3 months ago)
- Topics: digital-ocean, digitalocean, docker-socket, docker-tls
- Language: Shell
- Homepage: https://bvarga.dev
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital Ocean setup scripts
This repository contains scripts for setup a droplet on Digital Ocean.
# How to use
## [protect_docker.sh](./protect_docker.sh)
This script useful, if you want to protect your Daemon socket with Mutual Authentication.
First, make a dir for server certificates:
```mkdir -p /var/docker```
Thereafter, copy (ca,cert,key).pem files to `/var/docker` folder. I usually generate them with [Vault](https://www.vaultproject.io). However you can do it manually too, read the offical documentation here: [Protect the Docker daemon socker](https://docs.docker.com/engine/security/https/)
Finally, run the setup script:
```./protect_docker.sh```
# License
Copyright 2020 Balázs Varga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.