Please enable JavaScript.
Coggle requires JavaScript to display documents.
docker command (Restart Policies (on-failure, unless-stopped, always, no),…
docker command
-
-
-
-
Create a Dockerfile
-
cmd
docker build .
-
copy file to container
copy_path to folder to copy from on your machine relative to builder context_place to copy stuff to inside the container
-
-
-
-
-
-
-