You are here
Error message
Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2396 of /home/blackh31/public_html/BLACKHILL/includes/menu.inc).
admin's blog
published by admin on Sat, 04/11/2015 - 20:36
One of the ideas behind Docker containers is that you create a sandbox environment segregated from the host environment in such a way that the configuration of the container can be guaranteed. However, when planning a Docker deployment, it can be useful to log into the container to troubleshoot unforeseen issues. As long as the lessons learned get conveyed into the Dockerfile and the image is rebuilt, then the original containerization intent can be achieved.
# show full id
sudo docker ps --notrunc
# use lxc-attach
sudo lxc-attach -n <full-id>
Pages