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
- Host: GitHub
- URL: https://github.com/terminusdb/terminusdb-docker-development
- Owner: terminusdb
- License: apache-2.0
- Created: 2021-11-09T15:38:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T14:22:16.000Z (about 4 years ago)
- Last Synced: 2025-01-10T17:54:07.498Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 7.81 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`