Local Docker Setup for SFTP Server
Last updated
Was this helpful?
Last updated
Was this helpful?
Docker installation is completed in the system. In the below example, is used on Mac System.
colima start
Configure the Docker plugin
To find the TCP socket - Engine API URL for colima, run docker context ls
command. Sample value is given below.
Configure the Docker executable and Compose executable
To find Docker executable and Docker Compose executable, run the below command
Save the below content in docker-compose file
docker-compose.yml
Since, we are attaching a volume of local sftp_test_data
folder, create a folder and add some test files there.
Here, we will use FileZilla Client. Download and Install the FileZilla client from below url
Open the FileZilla Client
Add below details as we configure in docker-compose file
Click on Quickconnect and click on OK
Remote site details should be visible now
Install the Docker plugin in Intellij -