aboutsummaryrefslogtreecommitdiff
path: root/content/notes/Docker context.md
blob: 93f3b04a8f2e4b19c74148208ca7c920e2a246f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
tags:
- linux
- docker
title: Docker context
---

Постоянно забываю как создавать новый контекст докера. Сохраню здесь чтобы не забыть.

```
docker context create curie --docker "host=ssh://neonxp.ru"
docker context use curie
```