Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wieczorek1990/dev
Docker image for development
https://github.com/wieczorek1990/dev
Last synced: 5 days ago
JSON representation
Docker image for development
- Host: GitHub
- URL: https://github.com/wieczorek1990/dev
- Owner: wieczorek1990
- License: gpl-3.0
- Created: 2016-02-18T14:39:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T05:37:19.000Z (over 5 years ago)
- Last Synced: 2024-11-24T15:16:34.325Z (2 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dev
Docker image for development.
Based on latest Debian. Installs only fish and vim. Starts fish on `docker run`. Mounts `/shared` directory under `/shared` in container.
## Usage
Install docker first, then:
```shell
./build.sh
./start.sh
```You can provide additional arguments to build and start scripts.
To commit changes after leaving the container run `./commit.sh`.
To run another CLI run `./exec.sh`.