An open API service indexing awesome lists of open source software.

https://github.com/terminusdb/terminusdb-docker-development

Simple SWI Prolog development environment with Emacs in a Docker image
https://github.com/terminusdb/terminusdb-docker-development

Last synced: 11 months ago
JSON representation

Simple SWI Prolog development environment with Emacs in a Docker image

Awesome Lists containing this project

README

          

# terminusdb-docker-development

Simple dev environment

## How to build

1. Run `sudo docker build -t terminusdb-dev:latest .`
2. Run `sudo docker run -it --rm terminusdb-dev:latest /bin/bash` and run emacs from within the shell

## Run from Docker Hub

1. Run `sudo docker run -it --rm terminusdb/terminusdb-emacs-dev:latest /bin/bash`