https://github.com/mmahrous/did
Docker in docker cli
https://github.com/mmahrous/did
cli docker dockerindocker
Last synced: 3 months ago
JSON representation
Docker in docker cli
- Host: GitHub
- URL: https://github.com/mmahrous/did
- Owner: mmahrous
- Created: 2017-01-29T21:34:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T13:50:10.000Z (about 7 years ago)
- Last Synced: 2025-01-09T06:53:15.451Z (4 months ago)
- Topics: cli, docker, dockerindocker
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiD (Docker in Docker CLI)
This command line tool will help you to create docker in docker container based on image docker:dind it supply main functionality the main purpose of doing so is to create a vagrant alike feeling for the developers who develop for docker or using docker and want isolated environment to work with, it is in a very early stage so you are welcome to develop and expand as much as you can but don't forget to share it back with the community.
## Install
```
curl https://raw.githubusercontent.com/mmahrous/did/master/did -o /usr/local/bin/did && chmod +x /usr/local/bin/did
```
tested on MacOS 10.12.6 and Ubuntu 16.04### Create
```
did create {name}
```### SSH
```
did ssh {name}
```### snapshot
```
did snapshot {name}
```### del
```
did del {name}
```Developed by Mohamed Mahrous