https://github.com/brianmay/xsecurelock-docker
Docker build files for xsecurelock
https://github.com/brianmay/xsecurelock-docker
Last synced: 6 months ago
JSON representation
Docker build files for xsecurelock
- Host: GitHub
- URL: https://github.com/brianmay/xsecurelock-docker
- Owner: brianmay
- License: gpl-3.0
- Created: 2020-08-15T06:05:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T06:16:49.000Z (almost 6 years ago)
- Last Synced: 2025-04-08T10:51:42.984Z (over 1 year ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xsecurelock-docker
Docker build files for xsecurelock
Build and install on local computer:
```
docker build -t xsecurelock .
docker run -v /usr:/mnt xsecurelock:latest cp -av /usr/local /mnt
```