https://github.com/grabarzundpartner/docker-cockpit-cms
https://github.com/grabarzundpartner/docker-cockpit-cms
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/grabarzundpartner/docker-cockpit-cms
- Owner: GrabarzUndPartner
- License: mit
- Created: 2020-11-25T12:14:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T09:09:04.000Z (over 5 years ago)
- Last Synced: 2025-01-07T10:11:36.978Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-cockpit-cms
## build
```
docker build . -t cockpit-cms-backup-restore -f ./Dockerfile --no-cache
```
## run
```
docker run --rm -ti --name cockpit -p 8080:80 cockpit-cms-backup-restore
```
## publishing to dockerhub
https://ropenscilabs.github.io/r-docker-tutorial/04-Dockerhub.html