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

https://github.com/allofphysicsgraph/tlaplus

Containerized TLA+
https://github.com/allofphysicsgraph/tlaplus

Last synced: 3 months ago
JSON representation

Containerized TLA+

Awesome Lists containing this project

README

          

# Containerized TLA+

Using the official release from
as stand-alone (not integrated with Visual Studio Code or Jupyter).

# TLA+ software

# Other examples of containerized TLA+
* Integrated with Jupyter: and
* Compile from source: . Caveat: from 2018 and relies on out-of-date URLs for build
* Integrated with Visual Studio Code . Based on Ubuntu 22.04.
* forked to

## Uninstalling VSCode on Mac:
as per

* stop running containers: `docker kill `
* remove image from docker: `docker rmi -f `
* remove VSCode from Applications
* `cd $HOME/Library/Application Support/; rm -rf Code`
* `cd ~; rm -rf .vscode`

For more discussion about containerization, see .

# access a Java GUI inside Docker using VNC