Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binocarlos/docker-install
a script to install docker
https://github.com/binocarlos/docker-install
Last synced: 11 days ago
JSON representation
a script to install docker
- Host: GitHub
- URL: https://github.com/binocarlos/docker-install
- Owner: binocarlos
- Created: 2014-07-27T15:39:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T21:33:21.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:36:38.971Z (7 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-install
==============a script to install docker
## install
```bash
$ wget -qO- https://raw.github.com/binocarlos/docker-install/master/bootstrap.sh | sudo bash
```or
```bash
$ git clone https://github.com/binocarlos/docker-install.git
$ cd docker-install
$ sudo make install
```then you can:
```bash
$ docker --version
```## vagrant
if you are using vagrant - run this command to allow the vagrant user access to the docker socket:
```
$ sudo usermod -aG docker vagrant
```## HTTP interface
to get docker to listen on the HTTP interface as well as unix:///var/run/docker.sock
```bash
$ sudo ./configure.sh 192.168.8.120 2375
```## license
MIT