You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes I think it would be a good thing to add. I think this best place would be to add it to the Troubleshooting section.
Also having taken a look I wonder if the 'Stopping, starting and restarting a container' subheading in Section would be better as 'Stopping, starting, restarting and deleting a container'. (Or some other ordering that includes 'deleting'. The other option would be to have a subsection specifically devoted to deleting the container. Instructions are there in Figures 4.8 and 4.89 but I worry the heading might cause students to miss it.
Once a container is created you can’t change what’s mounted into it – you need delete old container and create a new one.
Maybe add something to troubleshooting guide? For example:
You can inspect what’s mounted where from Docker dashboard – containers tab, click on the container, then select Bind mounts tab:
You can also inspect from the command line:
docker inspect CONTAINERNAME
Eg from example above:
docker inspect sdsdssd
Then look for the Mounts part of the response
The text was updated successfully, but these errors were encountered: