first commit5
This commit is contained in:
parent
aacd07b7a2
commit
25a3f99545
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
# Docker_Pshitt
|
||||
|
||||
- based on ubuntu:18.04
|
||||
- weight: 212MB
|
||||
|
||||
## Build the container:
|
||||
docker build -t pshitt_dockerized .
|
||||
|
||||
|
@ -8,4 +11,4 @@
|
|||
notes:
|
||||
1. the ssh keys used are the same of the host, this is wanted, to avoid using pshitt's default which are always the same thus easily identifiable
|
||||
2. the logs are written on the local fs in /pshitt/_LOG
|
||||
3. the port on which pshitt listens is redirected on the host and is 2222
|
||||
3. the port on which pshitt listens is redirected on the host and is 2222
|
||||
|
|
Loading…
Reference in a new issue