-
Notifications
You must be signed in to change notification settings - Fork 0
Docker Setup
Spera Alfredo Jeshoua edited this page May 14, 2025
·
2 revisions
A guide to setting up and using alfresco-sftp in a Docker environment.
Note
Approach recommended for the production environment.
Ensure you have the following installed on your machine:
- Docker
- Docker Desktop (optional for GUI-based management)
Ensure Docker is running, and you have the correct permissions to use it (e.g., part of the docker
group on Linux).
-
Clone the alfresco-sftp repository to your machine.
git clone https://github.com/isislab-unisa/alfresco-sftp.git
-
Build the Docker image:
docker build -t alfresco-sftp .
-
Run the Docker container:
docker run -p 3000:3000 alfresco-sftp
-
The application will be served on the port
3000
.
- Express Documentation
- Other Modules: