NPM install(ft. docker)
# Virtualation/Docker2024. 4. 8. 08:53NPM install(ft. docker)

https://nginxproxymanager.com/ Nginx Proxy Manager Docker container and built in Web Application for managing Nginx proxy hosts with a simple, powerful interface, providing free SSL support via Let's Encrypt nginxproxymanager.com 시놀로지 vmm에 설치 version: '3' services: app: image: 'jc21/nginx-proxy-manager:latest' ports: - '80:80' - '81:81' - '443:443' environment: DB_MYSQL_HOST: "db" DB_MYSQL_PORT:..

windows(xp~11) install(ft. docker)
# Virtualation/Docker2024. 4. 4. 08:32windows(xp~11) install(ft. docker)

설치환경 시퓨 AMD 라노 A10 proxmox 설치 xenology 설치 docker 설치 헤놀로지 vm설치시 프로세스를 호스트로 설정해야 중첩가상화가 먹힘! docker-compose.yml version: "3" services: windows: image: dockurr/windows container_name: windows environment: VERSION: "winxp" devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period: 2m restart: on-failure docker run docker run -it --rm --name windows ..

zabbix install(ft. docker)
# Virtualation/Docker2024. 3. 25. 09:06zabbix install(ft. docker)

# 설치환경 [darksharavim]cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) ## 자빅스 컨테이너 이미지 다운로드 [darksharavim]docker pull zabbix/zabbix-server-mysql Using default tag: latest Trying to pull repository docker.io/zabbix/zabbix-server-mysql ... missing signature key도커 버전으로 인한 이슈 도커 버전 업그레이드 진행 ## 도커설치 [darksharavim]yum -y update [darksharavim]yum install -y yum-utils [darksharavim]yum-config..

[proxmox]VE 초기설정
# Virtualation/Private Cloud2023. 7. 4. 19:21[proxmox]VE 초기설정

1. 구독 옵션 변경 디폴트 엔터프라이즈로 되어있음. 아래내용 추가vi /etc/apt/sources.list # PVE pve-no-subscription repository provided by proxmox.com, # NOT recommended for production use deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription /etc/atp/sources/list.d의 pve-enterprise.list 파일 변경pve-enterprise.list # deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise /etc/apt/sources.list.d..

[proxmox]VE install(feat. vmware)
# Virtualation/Private Cloud2023. 7. 4. 18:33[proxmox]VE install(feat. vmware)

https://www.proxmox.com/en/downloads Download Proxmox software, documentation, agreementsWe use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please notewww.proxmox.com 1. iso download 2. vm create(Debian) ..

image