
docker:ai:461fe
use a local image configuration in form of a json for development
$ docker run -v /path/to/local/image:/app/image -p 3000:3000 image_name:tag
try on your machine
Run a docker container with the local image configuration for development purposes
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- use a local image configuration in form of a json for development?