Delphi Installing and running a Delphi Linux application on Docker

FireWind

Свой
Регистрация
2 Дек 2005
Сообщения
1,957
Реакции
1,199
Credits
4,009
Installing and running a Delphi Linux application on Docker
How to get started?
  1. Download and install Docker: Для просмотра ссылки Войди или Зарегистрируйся
  2. Make sure you're on Linux containers
  3. Download Для просмотра ссылки Войди или Зарегистрируйся...
  4. Copy your local LinuxPAServer21.0.tar.gz to the paserver-docker folder
  5. Change the dockerfile (from "add" to "copy" paserver)
  6. Build and run Docker: 6.1 docker build -t linuxdocker . 6.2 docker run -d --restart unless-stopped -p 64211:64211 -p 8082:8082 -p 80:80 linuxdocker:latest
  7. Configure Delphi for debugging Linux applications
© Marco Geuze