mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-18 16:10:12 +01:00
Change back to ubuntu.
This commit is contained in:
parent
31be7335fa
commit
d9eecbb148
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ docker version
|
||||||
Then start up a container:
|
Then start up a container:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -i -t busybox /bin/bash
|
docker run -i -t ubuntu /bin/bash
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it, you have a running Docker container.
|
That's it, you have a running Docker container.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue