meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:docker [2018/11/07 08:53] – [Issues] niziaklinux:docker [2019/03/28 12:49] niziak
Line 30: Line 30:
 -v, --volume=[]                 Bind mount a volume -v, --volume=[]                 Bind mount a volume
 </code> </code>
 +
 +How to run multiple shell commands in docker at once:
 +<code bash>docker run image /bin/bash -c "cd /some/path && some_command"</code>
  
  
Line 118: Line 121:
  
 [[https://github.com/gdiepen/docker-convenience-scripts/blob/master/docker_get_data_volume_info.sh]] [[https://github.com/gdiepen/docker-convenience-scripts/blob/master/docker_get_data_volume_info.sh]]
- 
-====== Network ====== 
- 
-[[http://blog.oddbit.com/2014/08/11/four-ways-to-connect-a-docker/]] 
-[[http://stackoverflow.com/questions/26539727/giving-a-docker-container-a-routable-ip-address]] 
  
 ====== data persistence in swarm ====== ====== data persistence in swarm ======