diff options
Diffstat (limited to 'content/notes/Docker context.md')
-rw-r--r-- | content/notes/Docker context.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/notes/Docker context.md b/content/notes/Docker context.md new file mode 100644 index 0000000..4ddacdc --- /dev/null +++ b/content/notes/Docker context.md @@ -0,0 +1,11 @@ ++++ +title = "Docker context" +tags = ["linux", "docker"] ++++ + +Постоянно забываю как создавать новый контекст докера. Сохраню здесь чтобы не забыть. + +``` +docker context create curie --docker "host=ssh://neonxp.ru" +docker context use curie +``` |