Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/focusaurus/docker-setup
https://github.com/focusaurus/docker-setup
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/focusaurus/docker-setup
- Owner: focusaurus
- Created: 2015-06-03T04:28:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T05:16:40.000Z (over 9 years ago)
- Last Synced: 2024-04-10T19:43:05.339Z (7 months ago)
- Language: Shell
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Setup
Scripts to install/configure a docker server and secure private docker registry.
This project is essentially a scripting of the [docker installation instructions for Ubuntu](https://docs.docker.com/installation/ubuntulinux/#installing-docker-on-ubuntu) and the [docker registry installation article](https://docs.docker.com/registry/deploying).
## Supported Platforms
- Ubuntu 14.04 x64 (trusty64)
- Will probably work on similar Ubuntu or Debian versions too, but it's untested## How to Install the Setup Scripts
1. Get yourself an Ubuntu server, ssh access and sudo permissions
1. Log into your target server and become root
1. Clone this repo to the target server by copying the contents of [git.sh](./git.sh) and paste into a root shell on the target server.
1. Run ./nginx.sh## How to Install docker
1. become root
1. cd into the directory where these scripts are cloned
1. run `./install-docker.sh`## How to Install docker-registry
1. become root
1. cd in the directory where these scripts are cloned
1. run `./install-docker-registry.sh`