https://github.com/fantasy-peak/centos-dev-docker
The centos7 docker image for dev
https://github.com/fantasy-peak/centos-dev-docker
centos7 cpp20 docker-image python zsh
Last synced: 3 months ago
JSON representation
The centos7 docker image for dev
- Host: GitHub
- URL: https://github.com/fantasy-peak/centos-dev-docker
- Owner: fantasy-peak
- License: mit
- Created: 2022-03-09T21:20:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T23:26:38.000Z (about 4 years ago)
- Last Synced: 2025-03-22T01:18:19.762Z (over 1 year ago)
- Topics: centos7, cpp20, docker-image, python, zsh
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# centos-dev-docker
## Overview
The centos7 docker image contains the latest version of boost, g++, hiredis, It can be used as our daily c++ development environment
## How to use it?
```shell
git clone https://github.com/fantasy-peak/centos-dev-docker.git
cd centos-dev-docker
// create docker images
make build
// create a container
make shell
// Login to container
make login
// stop and remove the container
make stop
```