Docker CMD vs ENTRYPOINT
Inside the Dockerfile: CMD This is the default command to be run by the entrypoint ENTRYPOINT This is the program to run the given command. Docker »
Inside the Dockerfile: CMD This is the default command to be run by the entrypoint ENTRYPOINT This is the program to run the given command. Docker »
Shameless plug, but there's now a pure-ftp based docker container available up on Dockers index: https://registry.hub.docker.com/u/stilliard/pure-ftpd/ Usage instructions are »