Use Completion for Container Names and Tags

Save a few typos and use completion to handle the container name and tag in a Dockerfile.

Invoke the Basic Completion feature using ⌃␣ (macOS) / Ctrl+Space (Windows/Linux) after the FROM directive in a Dockerfile and let the IDE assist you with the name and tag of the image you want to use.


Related Resources

Code vision
Code vision
Focus on your code while getting additional information about it.
Inspect device_cgroup_rules Values for Errors
Inspect device_cgroup_rules Values for Errors
Check if the device_cgroup_rules values contain any errors.
Inspect Port Mapping for Errors in docker-compose.yaml Files
Inspect Port Mapping for Errors in docker-compose.yaml Files
Check if the ports are correctly mapped or not