An open API service indexing awesome lists of open source software.

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

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
```