Dockerification of ABCL for fun and profit
With Docker Enginer installed, one may now run a version of ABCL within a Linux container via docker run --name abcl --tty abcl easye/abcl Once the initial container 'abcl' is running, addiitonal ABCL processes may be invoked as follows. docker exec -it abcl /home/abcl/work/abcl/abcl The Docker images downloaded from the network by Docker Engine can be rebuilt locally if something in the ABCL sources changes via: docker build .
Showing
Dockerfile
0 → 100644
Please register or sign in to comment