-
Notifications
You must be signed in to change notification settings - Fork 2
CI_Docker templates
Jeffrey Carpenter edited this page Aug 21, 2026
·
1 revision
-
#feature/LinuxPortgit branch -
feature/Dockerfilegit branch
docker context use rootless # local instance
docker context use ssh # dockerd daemon via SSH protocol
docker context use tls # dockerd daemon via TLS `:2376`
docker context lsdocker build templates/sdl2 -t sdl2:0.13.1
docker build templates/sdl2_image -t sdl2_image:0.13.1
docker build templates/sdl2_ttf -t sdl2_ttf:0.13.1
docker build templates/librocket -t librocket:0.13.1
docker build templates/docs -t nomlib-docs:0.13.1
docker build templates/nomlib -t nomlib:0.13.1docker login -u<username>
docker build templates/nomlib -t <user>/nomlib:0.13.1 --pushNon-published modifications to the template Dockerfile, i.e.: templates/nomlib/Dockerfile.
docker run --rm -it -v $(pwd)/third-party:/vendor nomlib:0.13.1docker run --rm -it -v $(pwd)/third-party:/vendor i8degrees/nomlib:0.13.1