Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavono123/docker-the-hard-way
https://github.com/flavono123/docker-the-hard-way
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/flavono123/docker-the-hard-way
- Owner: flavono123
- Created: 2022-02-25T09:21:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T05:08:56.000Z (over 2 years ago)
- Last Synced: 2023-03-05T02:18:00.276Z (over 1 year ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prerequisuite
- vagrant
- ansible## Up
```sh
$ vagrant up
$ vagrant ssh default
vagrant@ubuntu-focal:~$ # labs in here
```## Story(Korean)
- https://flavono123.github.io/posts/cka-security-context/## Ref
### Vagrant
- https://www.vagrantup.com/docs/provisioning/ansible_intro
### Ansible
- https://docs.docker.com/engine/install/ubuntu/