4GPU Server
8GPU Server
HGX Server
2GPU Workstation
4GPU Workstation
Compact AI
10GPU Server
Cloud
Open Source
NVIDIA
HCI
Backup
MLOps
HW/SW 유지보수
AS
· Windows 환경에서도 리눅스를 사용할 수 있다. 기존에 사용하였던 듀얼 부팅. VM 등 리눅스를 설치해서 사용을 하였는 때 불편한 점들을 개선하여 더 효율적으로 사용이 가능하다.
· WSL(Windows subsystem for Linux)은 windows 하위 시스템으로써 다음 설정으로 Linux을 사용할 수 있다.
출처: https://learn.microsoft.com/ko-kr/windows/wsl/install
| 옵션 | 설명 |
|---|---|
| -d | detached mode 흔히 말하는 백그라운드 모드 |
| -p | 호스트와 컨테이너의 포트를 연결 (포워딩) |
| -v | 호스트와 컨테이너의 디렉터리를 연결 (마운트) |
| -e | 컨테이너 내에서 사용할 환경 변수 설정 |
| -name | 컨테이너 이름 설정 |
| -rm | 프로세스 종료 시 컨테이너 자동 제거 |
| -it | -i와 -t를 동시에 사용한 것으로 터미널 입력을 위한 옵션 |
| -link | 컨테이너 연결 [컨테이너명:별칭] |
| sudo docker search ubuntu | ||||
| NAME | DESCRIPTION | STARS | OFFICIAL | AUTOMATED |
| ubuntu | Ubuntu is a Debian-based Linux operating sys… | 15430 | [OK] | |
| websphere-liberty | WebSphere Liberty multi-architecture images… | 291 | [OK] | |
| ubuntu-upstart | DEPRECATED, as is Upstart (find other proces… | 112 | [OK] | |
| neurodebian | NeuroDebian provides neuroscience research s… | 98 | [OK] | |
| ubuntu/nginx | Nginx, a high-performance reverse proxy & we… | 73 | ||
| open-liberty | Open Liberty multi-architecture images based… | 56 | [OK] | |
| ubuntu/apache2 | Apache, a secure & extensible open-source HT… | 51 | ||
| ubuntu-debootstrap | DEPRECATED; use"ubuntu" instead | 50 | [OK] | |
| ubuntu/squid | Squid is a caching proxy for the Web. Long-t… | 49 | ||
| ubuntu/mysql | MySQL open source fast, stable, multi-thread… | 41 | ||
| ubuntu/bind9 | BIND 9 is a very flexible, full-featured DNS… | 41 | ||
| ubuntu/prometheus | Prometheus is a systems and service monitori… | 34 | ||
| ubuntu/postgres | PostgreSQL is an open source object-relation… | 23 | ||
| ubuntu/kafka | Apache Kafka, a distributed event streaming… | 19 | ||
| ubuntu/redis | Redis, an open source key-value store. Long-… | 16 | ||
| ubuntu/prometheus-alertmanager | Alertmanager handles client alerts from Prom… | 8 | ||
| ubuntu/grafana | Grafana, a feature rich metrics dashboard & … | 6 | ||
| ubuntu/memcached | Memcached, in-memory keyvalue store for smal… | 5 | ||
| ubuntu/zookeeper | ZooKeeper maintains configuration informatio… | 5 | ||
| ubuntu/dotnet-runtime | Chiselled Ubuntu runtime image for .NET apps… | 5 | ||
| ubuntu/dotnet-deps | Chiselled Ubuntu for self-contained .NET & A… | 5 | ||
| ubuntu/telegraf | Telegraf collects, processes, aggregates & w… | 4 | ||
| ubuntu/cortex | Cortex provides storage for Prometheus. Long… | 3 | ||
| ubuntu/dotnet-aspnet | Chiselled Ubuntu runtime imagefor ASP.NET a… | 3 | ||
| ubuntu/cassandra | Cassandra, an open source NoSQL distributed … | 2 |
이전글
