Sign inSign up

gabrielrcouto/docker-lazarus

By gabrielrcouto

•Updated over 10 years ago

Debian based Docker environment for building Lazarus (FPC) applications.

Image
0

2.3K

gabrielrcouto/docker-lazarus repository overview

⁠docker-lazarus

Debian based Docker environment for building Lazarus (FPC) applications.

⁠Starting the container:

docker run -it -v $PWD:/app -p 5901:5901 -w /app gabrielrcouto/docker-lazarus:latest /bin/bash

⁠Compiling

You can use the lazbuild:

lazbuild the-name-of-your-project.lpr

⁠Testing

If your application needs GUI, use vnc4server and connect to the container using a vnc client (port 5901):

vnc4server

⁠Credits

@gabrielrcouto⁠

Tag summary

Content type

Image

Digest

Size

447.4 MB

Last updated

over 10 years ago

docker pull gabrielrcouto/docker-lazarus