Skip to content

Commit f4e492c

Browse files
committed
docker-compose.yml
1 parent fcaa42b commit f4e492c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

docker/docker-compose.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# chrono 2021-03
2+
#
3+
# docker-compose run --rm cpp_study
4+
#
5+
6+
version: "3"
7+
8+
services:
9+
10+
cpp_study:
11+
12+
image: chronolaw/cpp_study
13+
14+
container_name: cpp_study
15+
16+
working_dir: /root/cpp_study/
17+
18+
command: /bin/bash
19+

0 commit comments

Comments
 (0)