Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zartek-creole/docker-slftp
slftp version docker
https://github.com/zartek-creole/docker-slftp
Last synced: 2 days ago
JSON representation
slftp version docker
- Host: GitHub
- URL: https://github.com/zartek-creole/docker-slftp
- Owner: ZarTek-Creole
- License: other
- Created: 2021-07-07T13:06:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T15:10:13.000Z (about 2 years ago)
- Last Synced: 2024-05-01T15:05:06.392Z (9 months ago)
- Language: Dockerfile
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![CC BY 4.0][cc-by-shield]][cc-by][cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
copy config files (backups) to slftp/example/slftp/slftp_data
```
cd slftp/example/slftp
docker-compose build slftp
docker-compose up -d
```# Show logs
```
docker-compose logs slftp
```
# Connect to slftp from host
```
docker exec -it slftp slftp_screen
```# Commands in container
- slftp_run -> Start an screen session with slftp (auto on startup)
- slftp_screen -> Join the screen (docker exec -it -it slftp_screen)
- CTRL+a d -> leave screen
# Todo
- use multi stage builds -> https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds (THANK to harrox)
- Clean list of packages
# Bugs, error, idea, ..
github.com/ZarTek-Creole/docker-slftp/issues/new
# Donation
github.com/ZarTek-Creole/DONATE