what to use instead of vi dockerfile in windows code example
Example 1: what to use instead of vi dockerfile in windows
apt-get update
apt-get install vim
Example 2: what to use instead of vi dockerfile in windows
docker exec -it <container> bash