https://github.com/rustyx/dockercpp
https://github.com/rustyx/dockercpp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustyx/dockercpp
- Owner: rustyx
- License: unlicense
- Created: 2017-03-09T15:23:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T15:33:45.000Z (over 9 years ago)
- Last Synced: 2025-01-24T14:38:54.347Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a blank project for doing C++ development in Docker.
It generates a Docker container with GCC, cmake and a running ssh daemon.
To build: `docker build -t dev .`
To start (example): `docker run -it --rm -p 32781:22 -v c:/Projects:/mnt/data dev`