mirror of
https://github.com/docker/cli.git
synced 2026-08-30 10:05:11 -05:00
fe7021118f750df68d04495a550cce8b14d633ef
If you run the tutorial step-by-step, following error occurs: ```$ sudo docker logs $container_id Usage: docker logs CONTAINER Fetch the logs of a container -f, --follow=false: Follow log output``` This is obviously because bash variables are case-sensitive, so it mustn't be `CONTAINER_ID` above. Docker-DCO-1.1-Signed-off-by: Mateusz Sulima <sulima.mateusz@email.com> (github: github_handle) Upstream-commit: dca1c0073f42b0d75e914119eae863d6e6087cd6 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%