Controlling Individual Services
Sometimes you only want to bounce one container — restart the shop after a config
change, or stop the database to free memory — without disturbing everything else.
mdocker service does exactly that.
mdocker service up aurora db # start only the db servicemdocker service down aurora db # stop only db (the rest keeps running)mdocker service restart aurora shop # restart only the shop serviceThe service name is the key from your project’s compose file (db, shop, proxy,
redis, …). To see which services a project has, use
mdocker inspect.
Related
Section titled “Related”
MultiDocker · Coding9 GmbH
Cookie settings
We only use statistics tools if you allow it. Necessary storage keeps this site working; everything else is off until you decide.
Stores your choice from this dialog in your browser (localStorage). No cookie, no transfer to third parties.
Google Analytics 4 via Google Tag Manager, to measure how the site is used. Loaded only after you allow it.