Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- bash
- netsh
- 네트워크
- Windows
- Quartz
- maVen
- resource
- JavaScript
- profile
- tomcat
- port
- 단축키
- Eclipse
- xargs
- find
- web.xml
- GIT
- VirtualBox
- plugin
- lsof
- vscode
- Mac
- Source
- ssh
- 줄바꿈 문자
- grep
- Windows 10
- context
- import
- IntelliJ
Archives
- Today
- Total
develog
[docker] centos 8, systemctl, System has not been booted with systemd as init system (PID 1). Can't operate. 본문
Dev/docker
[docker] centos 8, systemctl, System has not been booted with systemd as init system (PID 1). Can't operate.
냐옴 2022. 2. 9. 11:04
도커로 centos:8 이미지 실행 후
# Dockerfile
FROM centos:8
systemctl start ssh 실행시 오류 발생
[root@795fdf8be494 /]# systemctl start ssh
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
해결 참고
'Dev > docker' 카테고리의 다른 글
[docker] docker command docs (0) | 2022.02.11 |
---|---|
[docker] privileged (0) | 2022.02.09 |
docker ubuntu ssh 접속 (0) | 2022.02.08 |
[docker] Dockerfile 명령어 (0) | 2022.02.07 |
[docker] ubuntu 실행 (0) | 2022.02.05 |
Comments