https://github.com/reisraff/docker
https://github.com/reisraff/docker
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reisraff/docker
- Owner: reisraff
- License: mit
- Created: 2017-09-19T14:52:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T14:21:41.000Z (about 4 years ago)
- Last Synced: 2025-01-18T05:14:24.663Z (9 months ago)
- Language: Dockerfile
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basics Containers - Docker
## Install
```bash
chmod +x bin/*
sudo ln -s /full/path/for/bin/* /usr/bin/
cp .env.dist .env
```## Build
```bash
build-container [container-name]
```
## PS Containers```bash
ps-containers
```## UP Container
```bash
up-container [container-name] [-d]
```## Stop Container
```bash
stop-container [container-name]
```## Pop Container
```bash
pop-container [container-name]
```