Commit Graph

38 Commits (4a4bfafa238bf48851f8c11fa3701bd42b912475)

Author SHA1 Message Date
Kevin Schweikert f220286c00
Fix typo in README.md ()
Changed Dockefile to Dockerfile
techknowlogick 366ca88eea
merge docker makefile into main one ()
* merge docker makefile into main one

* add readme for docker folder

* don't include a file that doesn't exist anymore

Co-authored-by: Lauris BH <lauris@nix.lv>
Thomas Boerger 86aa8e413a
Restructured docker building
I have restructured the docker build process entirely, the binary gets
built outside of the docker build command, now we are managing all
dependencies with real Alpine packages and I have dropped features like
socat or the cron daemon.

Signed-off-by: Thomas Boerger <tboerger@suse.de>
rugk 28dc5bb566 Replace gogs.io http links with https version ()
Unknwon 160956dd31 Update Docker README
Jean-Philippe Roemer 69e00f9948 docker: update documentation for container options ()
- Created a Container options section in `docker/README.md`
- Add documentation for SOCAT_LINK
- Move CROND documentation to the new section
Unknwon ac53bb593d print error of JSON unmarshal and always returns a valid object
Mike 9d44cd79ee update README.md
minor grammar fix
Unknwon d320915ad2 Minor fix for
Jean-Philippe Roemer db14949209 Update Docker REAMDE.md
- Remove the known issue about `.dockerignore` being ignored during DockerHub automated build as this has been fixed
- Added a note on the fact that we currently do no support building the container on RPi1
Unknwon 779bb890fa Minor docs update for
Unknwon 894946c319 Merge pull request from
Add an important note about mapping the ssh port on the container to the host
juliengarcia eb14fbf95f Add Docker Volume from 1.9
James Mills f36c82c3b3 Add an important note about mapping the ssh port on the container to the host
Unknwon 9cd16c5b12 add organization APIs
Unknwon 5d95ffe3eb The owner has reached maximum creation limit of 0 repositories
Unknwon b1a53f6d8e add quay.io as another Docker option
Unknwon e538ff2770 fix and fix
Limian Wang b854d3ba40 fix typo in README for Docker
Jean-Philippe Roemer 5981f1edcd Remove fixed issue
Jean-Philippe Roemer ad5e0b833c Docker Container: Init 1 & Initialisation
- Now using a setup script before starting the app. The separation of
the run script and the setup script will make service initialisation a
little bit clearer
- Now calling start.sh script as ENTRYPOINT and S6 as CMD. This way
when running the container with just a shell script, the start.sh
script will be launched before, making debugging easier
- Added note about `.dockerignore` ignored during Docker Hub Automated
Build
Unknwon e34d0063c3 Update Docker README for
Unknwon 42a38dfca3 improve docs
Unknwon 91220a2501 improve Docker docs
Unknwon 86d3c5cbb3 update Docker info
Unknwon a35911486f fix error in docker doc
Unknwon 90528b2610 fix docker docs style
Unknwon bd1d7d1509 Able to set SSH port when install, update Docker docs
Unknwon 81b8427438 new UI on admin/monitor
Unknwon c20ae8edc5 update Docker README
codeskyblue 4095ef2820 add pam for docker
Unknwon 398bb772d8 update docker README
codeskyblue 9371fbe71a add docker ssh support
codeskyblue 0510f712e7 pass test in my foreign machine test
codeskyblue 54b8172a24 some modify, I need to move my workenv to foreign county, network in china is so slow.
Tiago Pires a5f9077e5a Update docker image.
Shrink docker image.
Update from fig (deprecated) to docker-compose.
Update README.md.

Signed-off-by: Tiago Pires <tandrepires@gmail.com>
morpheyesh 995a805a31 spellcheck
Tristan Storch d1a2228f1c Docker mix and match setup
Rewrite of the docker setup. Now uses fig to manage containers and container
linkage. The base is a block based mix and match, which will give you the
possibility to easily test all configurations.