So how do I get my src files into a named volume as I would with a bound volume in development?
Asked
Active
Viewed 50 times
0
-
1Usually I'd expect application code to be built into an image; why do you want it in a volume? – David Maze Feb 17 '19 at 18:00
-
Bound volumes don’t work in a swarm and I’m testing. Not had to create an image yet. I’ll do that thanks – Lee Feb 17 '19 at 22:52