An open API service indexing awesome lists of open source software.

https://github.com/godu92/dockercon22


https://github.com/godu92/dockercon22

Last synced: 2 months ago
JSON representation

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`