https://github.com/jiegec/docker-dev
Create a development environment in docker!
https://github.com/jiegec/docker-dev
Last synced: over 1 year ago
JSON representation
Create a development environment in docker!
- Host: GitHub
- URL: https://github.com/jiegec/docker-dev
- Owner: jiegec
- Created: 2021-08-05T04:30:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T13:38:05.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T10:13:25.651Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-dev
Create a development environment in docker!
Usage:
1. Run `build.sh`: the script builds image `docker-dev` based on Debian Stable.
2. Run `start.sh`: the script starts a container or attaches to the container.
What's included:
1. Common packages: compilers, shells, utilities.
2. SSH server: for remote access on port 2222 with password authentication disabled.
3. User and group permission sync: the user and group remain the same as host.
Caveats:
1. You need to remove and rebuild the image if Dockerfile is changed.
2. If you quit the attched session, the container will stop.