Changes between Version 2 and Version 3 of Docker


Ignore:
Timestamp:
07/16/2024 05:26:38 PM (3 months ago)
Author:
Tim Harvey
Comment:

fix typo in example

Legend:

Unmodified
Added
Removed
Modified
  • Docker

    v2 v3  
    203203{{{#!bash
    204204mkdir ubuntu-focal
    205 cat << EOF ubuntu-focal/DockerFile
     205cat << EOF > ubuntu-focal/DockerFile
    206206# from base image ubuntu 20.04
    207207FROM ubuntu:20.04
     
    228228USER $USER
    229229WORKDIR /home/$USER
     230EOF
    230231}}}
    231232 - use the 'docker build' command to build the OS image: