repo.or.cz
/
dockerfiles.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove opsmop
[dockerfiles.git]
/
ssh
/
README.md
blob
9385dd9a065ebf84db2020ea741fd82f59377dba
1
## docker ssh
2
3
## build
4
5
```
6
docker-compose build
7
```
8
9
## start
10
11
```
12
docker-compose up -d
13
```