반응형
250x250
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 |
Tags
- Python
- codebuild
- codedeploy error
- Kafka
- Airflow
- Jenkins
- chart.js
- java bigdecimal
- codedeploy
- aws
- node
- Spring
- IntelliJ
- VPN
- JavaScript
- aws cicd
- SQL
- docker
- 도커
- COALESCE
- bootstrap
- codepipeline
- Flux
- or some instances in your deployment group are experiencing problems.
- PostgreSQL
- Spring Error
- AWS CI/CD 구축하기
- kubeflow
- redis
- chartjs
Archives
- Today
- Total
목록redhat (2)
Small Asteroid Blog
Docker) redhat7 - service command not found
docker에서 redhat을 다운로드하고 ssh를 하기 위해 service ssh start를 하려고 했다. service command not found 가 나와서 # yum install initscripts 후 service 명령어를 사용하면 될 것이다. 만약 그래도 service ssh start 가 안된다면 # systemctl start sshd 를 사용하면 된다.
클라우드 및 인프라/Docker
2020. 8. 7. 14:40
docker redhat 기본 환경 세팅
yum 사용 가능하게 아래 홈페이지 참고 1. https://nitocin.tistory.com/entry/Redhat7-%EC%97%90%EC%84%9C-%EB%8B%A4%EC%9D%8C-repository%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0 # yum clean all # yum repolist all => repository 목록 확인 가능 # yum -y install openssh-server => ssh 설치 # yum install initscripts -y => service, systemctl 명령어 안될 때 # vi /etc/ssh/sshd_config => 파일 가운데의 PermitRootLogin을 yes로 바꿈 # passwd root => 비밀번호 변..
클라우드 및 인프라/Docker
2020. 8. 7. 11:26