This is the Docker image for fw4spl. This image contains all libraries, bundles and apps available in main fw4spl repository in a Ubuntu 16.04 environment.
Docker containers wrap up a piece of software in a complete filesystem that contains everything it needs to run: code, runtime, system tools, system libraries – anything you can install on a server. This guarantees that it will always run the same, regardless of the environment it is running in.
So remember :
Get it from the website ! Follow the link and choose your platform: Docker Community Edition
And take 5 minutes to read the doc.
docker build -t fw4spl:11.0.5 .
By default, Docker build the fw4spl image in Release mode in version 11.0.5. You can change the build type and fw4spl version using Docker build-time variable.
docker build -t fw4spl:11.0.5 --build-arg FW4SPL_BUILDTYPE=Debug --build-arg FW4SPL_BRANCH=11.0.5 .
Command to run the fw4spl image:
docker run -idt --name=myFW4SPL fw4spl:11.0.5
Command to use your new fw4spl image:
docker exec -it myFW4SPL /bin/bash
Content type
Image
Digest
Size
1.6 GB
Last updated
over 9 years ago
docker pull greenjava/docker-fw4spl:11.0.5-dbg