https://github.com/godu92/dockercon22
https://github.com/godu92/dockercon22
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/godu92/dockercon22
- Owner: Godu92
- Created: 2022-05-09T23:02:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T00:19:11.000Z (about 3 years ago)
- Last Synced: 2025-02-09T06:32:13.196Z (4 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: history.md
Awesome Lists containing this project
README
# Docker con project space
This project is going to store files that I end up creating as part of watching docker con 2022
So far:
- run `echo hello world` in a fedora container direct
- entered the container and `yum install figlet`
- pulling `jpetazzo/clock`
- example of `-d` flag
- `docker ps` run through
- `docker run --name` run through
- `docker logs -f clock`
- `--tail 3` = starts from last 3 lines to follow
- start of `Dockerfile` walk-through
- `FROM`
- `RUN`
- `CMD`
- `ENTRYPOINT`___
## Ending for today - May 09, 2022
Left off on video: [Getting started with Docker](https://docker.events.cube365.net/dockercon/2022/content/Videos/ba325a70-52da-4d54-a382-82cb6b7b718d)
- `1:19:08`