https://github.com/ecelis/azrael
LexSys Docker Main Image
https://github.com/ecelis/azrael
Last synced: 4 months ago
JSON representation
LexSys Docker Main Image
- Host: GitHub
- URL: https://github.com/ecelis/azrael
- Owner: ecelis
- Created: 2016-08-21T20:19:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T22:23:03.000Z (over 9 years ago)
- Last Synced: 2025-08-10T04:41:27.677Z (10 months ago)
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azrael
Build, ship and run LexSys Docker main image.
## Repository layout
.
├── Dockerfile
├── README.md
└── src
├── deployment
├── EDITOR
├── sloth
├── wpride
└── wrath
## Run
docker run -ti --name lexsys/main:nigma \
-v $(pwd)/src/deployment:/home/lexusr \
-p 127.0.0.1:3000:3000 -p 127.0.0.1:3001:3001