https://github.com/oleks/docker-in5570v19
https://github.com/oleks/docker-in5570v19
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oleks/docker-in5570v19
- Owner: oleks
- License: bsd-3-clause
- Created: 2019-01-27T22:06:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T08:35:26.000Z (over 6 years ago)
- Last Synced: 2025-02-10T13:44:11.618Z (3 months ago)
- Language: Dockerfile
- Size: 660 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# An Emerald installation for IN5570v19
[](LICENSE.md)
The recommended way to use this Docker image is to go to the directory
where you have your Emerald code (and not much else!), and run the
following command:```
docker run \
--interactive --tty --rm \
--volume "$(pwd):/home/docker/src/" \
--workdir "/home/docker/src/" \
portoleks/in5570v19:latest
```You land in a `bash` from where you can run `emc`, `ec`, and `ex`. To
gracefully exit from the Docker image, type `exit` or press
`Ctrl`+`D`.Please remember that when you exit, everything done outside the
virtual `/home/docker/src/` directory will be lost. At the same time,
whatever happens in `/home/docker/src/` will be reflected in the
directory from where you ran the above command.