https://github.com/evilfreelancer/docker-lfs
Linux From Scratch in Docker container
https://github.com/evilfreelancer/docker-lfs
docker-compose docker-image lfs linux-from-scratch
Last synced: about 1 year ago
JSON representation
Linux From Scratch in Docker container
- Host: GitHub
- URL: https://github.com/evilfreelancer/docker-lfs
- Owner: EvilFreelancer
- Created: 2018-09-10T16:07:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T16:24:41.000Z (over 7 years ago)
- Last Synced: 2025-03-20T22:10:56.823Z (about 1 year ago)
- Topics: docker-compose, docker-image, lfs, linux-from-scratch
- Homepage: https://hub.docker.com/r/evilfreelancer/lfs/
- Size: 113 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux From Scratch in Docker container
This image created by this https://github.com/EvilFreelancer/docker-lfs-build builder
for people who want to begin with BLFS but do not want spent time to LFS compilation.
You can use it as a complete system for any of your ideas.
ISO and bzipped ramdisk here https://github.com/EvilFreelancer/docker-lfs-build/releases/tag/8.3
Docker container here https://hub.docker.com/r/evilfreelancer/lfs/
## How to use
You need download image form Docker Hub
docker pull evilfreelancer/lfs
Then run it
docker run -ti evilfreelancer/lfs /bin/bash
### Via `docker-compose`
```yml
version: '2'
services:
lfs:
restart: unless-stopped
privileged: true
image: evilfreelancer/lfs
entrypoint: ["sleep", "inf"]
```
## How to help
If you found some bugs or/and if you want to suggest something, you can put your issue [here](https://github.com/EvilFreelancer/docker-lfs/issues).
## Enjoy your day!