https://github.com/deviantony/vagrant-docker
Docker on Vagrant
https://github.com/deviantony/vagrant-docker
Last synced: 7 months ago
JSON representation
Docker on Vagrant
- Host: GitHub
- URL: https://github.com/deviantony/vagrant-docker
- Owner: deviantony
- Created: 2016-07-12T08:06:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T17:33:54.000Z (over 8 years ago)
- Last Synced: 2025-01-08T12:38:24.905Z (9 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker on Vagrant
Docker on Vagrant to experiment with different versions/settings of Docker.
That's all folks !
This version creates a Docker engine using the latest version with TLS enabled.
Certs will be available in the root of this directory after first boot.
Use the following command to access the Docker host:
```
$ docker --tlsverify --tlscacert=ca.pem --tlscert=cert.pem --tlskey=key.pem -H=10.0.7.10:2376 info
```