Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomastomecek/open-source-summit-2017-talk
From Dockerfiles to Ansible Container
https://github.com/tomastomecek/open-source-summit-2017-talk
ansible ansible-container containers docker dockerfile presentation talk
Last synced: about 1 month ago
JSON representation
From Dockerfiles to Ansible Container
- Host: GitHub
- URL: https://github.com/tomastomecek/open-source-summit-2017-talk
- Owner: TomasTomecek
- Created: 2017-10-05T07:59:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T14:30:47.000Z (about 7 years ago)
- Last Synced: 2024-10-27T08:23:52.140Z (3 months ago)
- Topics: ansible, ansible-container, containers, docker, dockerfile, presentation, talk
- Language: JavaScript
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# From Dockerfiles to Ansible Container
[Slides](https://tomastomecek.github.io/open-source-summit-2017-talk/)
## Running locally
GitHub uses [jekyll](https://github.com/jekyll/jekyll) to deploy, here's how to do it locally:
```
docker run --rm --name=os-summit-talk -v ${PWD}:/srv/jekyll:Z \
-it -p 127.0.0.1:4000:4000 jekyll/jekyll jekyll serve
```and
```
$ xdg-open localhost:4000
```[Source](https://github.com/jekyll/docker/wiki/Usage:-Running)