Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 708 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 708 Bytes

ligo/shell

This container is intended for use as a lightweight virtual machine that replicates a LIGO software environment on all operating systems. It includes a default user (albert) and command-line environment.

It is intended to be a "terminal" image that other containers should not build from. ligo/software is the correct container to use in tools like GitLab CI and Travis CI and should be used to construct derivative containers.

Running on MacOS

The following command will ensure that user home directories are mounted in such a way that the albert user has the same level of access as your account.

docker run -it --privileged --restart=unless-stopped -v Users:/Users ligo/shell