Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrecarlton/systemd-docker
An example of systemd running inside a Docker container
https://github.com/alexandrecarlton/systemd-docker
docker systemd
Last synced: 17 days ago
JSON representation
An example of systemd running inside a Docker container
- Host: GitHub
- URL: https://github.com/alexandrecarlton/systemd-docker
- Owner: AlexandreCarlton
- Created: 2018-07-15T05:24:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T07:45:57.000Z (over 5 years ago)
- Last Synced: 2024-10-30T07:56:59.135Z (2 months ago)
- Topics: docker, systemd
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# systemd-docker
[![Build Status](https://travis-ci.com/AlexandreCarlton/systemd-docker.svg?branch=master)](https://travis-ci.com/AlexandreCarlton/systemd-docker)
An example of a container using `systemd` (backed by Arch Linux).
This is useful to test out applications that require `systemd` without spawning a virtual machine.By default, the `root` user is available. To interactively log in, run:
```sh
$ make debug
...
95b657dcf178 login: root
[root@95b657dcf178 ~]#
```