Skip to content

Commit

Permalink
Merge pull request /issues/186 from dsmits/cherry-picked
Browse files Browse the repository at this point in the history
Changed ubnutu to ubuntu
  • Loading branch information
jcohen02 authored Apr 5, 2022
2 parents dc6e713 + db6b06c commit 891421e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/running-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,13 @@ type `exit`.
> > Run an interactive busybox container -- you can use `docker image pull` first, or just
> > run it with this command:
> > ~~~
> > $ docker container run -it ubnutu sh
> > $ docker container run -it ubuntu sh
> > ~~~
> > {: .language-bash}
> >
> > OR you can get the bash shell instead
> > ~~~
> > $ docker container run -it ubnutu bash
> > $ docker container run -it ubuntu bash
> > ~~~
> > {: .language-bash}
> >
Expand Down

0 comments on commit 891421e

Please sign in to comment.