Short Description
Debian Haxe[dev] Neko 2 mysql[5.5] sqlite[3] postgresql[9.3]
Full Description
mount a volume to test haxe / neko projects.
this image is not specific to ufront-orm, the codebase is not in here, you must mount it.
docker run -d -p 2277:22 -v /home/core/share/ufront-orm/:/app --name ufront-orm theremix/ufront-orm
set the root password for ssh access
docker exec -it ufront-orm passwd
install haxelibs
docker exec -it haxelib install /app/build.hxml
if you need to ssh to the container
ssh -p 2277 root@localhost
postgres is running
mysql might be broken, ssh in and fix it
example running tests from your local
ssh -p 2277 root@coreos "cd /app && haxe build.hxml"
root@coreos's password:
--------- Neko Test ---------
assertations: 1
successes: 1
errors: 0
failures: 0
warnings: 0
execution time: 0.235
results: ALL TESTS OK (success: true)
TestDemo
test_saving_page: OK .
--------- PHP Test ---------
assertations: 1
successes: 1
errors: 0
failures: 0
warnings: 0
execution time: 0.158
script time: 0.766
results: ALL TESTS OK (success: true)
TestDemo
test_saving_page: OK .
Docker Pull Command
Owner
theremix