169 похожих чатов

Hi i create a volume and container with this command docker

run -it -v newvol2:temp --name ubuntocontainer ubuntu /bin/bash

after download some pkg with apt.
like tor. 13Mb

( in docker desktop show volume in use )
and exit from container.

but volume size is still 8kb
and when again start container
there is no tor pkg
why?

6 ответов

20 просмотров
...- Автор вопроса

when i remove container with this command docker rm -f newub the newvol2 not in use

For installing software inside the container you will need to create a new image. This guide should be able to help you with that: https://docs.docker.com/get-started/02_our_app/#build-the-apps-container-image

...- Автор вопроса
Jarryd Lisher
For installing software inside the container you w...

i want open ubuntu in a container install some pkg and stop container and again can join into that. and move this ubunto into other machines. this article is about just nodejs program🤔

...
i want open ubuntu in a container install some pkg...

Start at the beginning of the docker tutorial. You don‘t know what docker is used for and how to use it properly. Packages are part of the image, they are not „data“ in that sense. You create the image you want (dockerfile/docker build or with the docker commit command if it‘s a „one time thing“) with all the packages you want (db etc), then you create the volume for the DB and mount it accordingly when starting the container based on your image. The tutorial is really nice. Just skimmed through it. It explains it quite well. Does not really matter if it‘s nodejs or any other program. Just replace nodejs with your database of choice.

...- Автор вопроса
PmA
Start at the beginning of the docker tutorial. You...

aha what data can store in volume just database data?

...
aha what data can store in volume just database d...

Anythig. It’s just a folder on the host system. Instead of storing the data inside the container, you store it outside. You (basically) tell your software to store data inside „/etc/myapp/data“ and you tell docker that the folder „/etc/myapp/data“ is actually a volume (a mount point). So, docker will „link“ the internal folder to an external location where the data will be stored. Your software does not need know that. (I‘ve simplified some things, but it should be enough to get the gist)

Похожие вопросы

Обсуждают сегодня

Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
Всем привет! Подскажи, пожалуйста, как передать в TComboBox сразу значение и id записи. На Delphi я делал так: ComboBox1.Items.AddObject('Какое-то значение', Pointer(id запис...
Евгений
13
Мдя, прикол, боевая сборка запускается (именно под отладчиком) после F9 примерно полторы минуты (97 секунд если быть точным). Начал копать - проблема детектится сразу - зависа...
Александр (Rouse_) Багель
38
Здравствуйте, вопрос по структурам данных. Были у вас случаи, когда пришлось писать деревья или двунаправленные списки?
/ /
50
Товарищи, кто работа с iphelper? Или может я в самой логике ошибки фигачу, не пойму.... var ifTable : PMIB_IFTABLE; size, corSize: DWORD; Buffer ...
Warfarellen
4
я так понимаю, я так подозреваю, что создание такого плагина для человека, кто умеет писать плагины для делфи потребует минут 5-10 времени. но это мое подозрение. хотелось бы ...
Kraszx
7
Коллеги, добрый вечер. Создаю коллекцию от TFPGMap, ключ - перечисление, значение - целое. Нужно отсортировать коллекцию по значению. Как это можно сделать?
Kirill Filippenok
11
Скажи а ты когда этот канал создавал ты уже дельфи не любил, или это со временем пришло?
Роман Лях (rgreat)
18
Привет, такой вопросик появился кажется ли вам что Rust слишком сложный/строгий для высокоуровневого программирования и слишком "безопасный"/строгий для низкоуровневого?
Крокант
10
Всем привет! Использую кастомное модальное диалоговое окошко, все по классике - mrOK, mrCancel как ModalResult. Однако есть нюанс - в главной форме есть универсальный обработч...
Олег Гранишевский
20
Карта сайта