-
Hi, thanks for what looks like an awesome program.
I would love to see a one-stop docker compose setup file with no other command line steps needed, just deploy the yaml and then straight into the …
-
If i'm thinking in doing something like this to deploy everything that is inside `docker` and `swarm`
```yml
- name: Setup docker standalone
run: |
echo "Copying docker files …
-
Hi,
when running the docker compose command from the docs the setup fails as shown on the screen.
Docker command: `docker compose -f self-hosted/docker/docker-compose.yaml up --build --detach`
!…
-
# Publishing to GitHub Package Registry from a Workflow
To publish a package to GitHub's Package Registry via a workflow, follow these steps:
## 1. Set Up Authentication
GitHub Packages uses a …
-
Can you please create a Docker Image with a Compose file ? Docker will be a lot easier to setup and to backup
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
running `docker-compose` or `setup.sh` fails with problems like:
`docker compose problem …
-
In the system setup documentation, under [Installing the Docker](https://github.com/machines-in-motion/Go2Py/blob/main/docs/setup.md#installing-the-docker), can I install Docker on a PC instead of on …
-
add docker installation documentation on a separate new `.md` file and link it on the readme
-
In your `.github/workflows/push_ghcr.yml` you are actually building two AMD64 Docker images, but with different binaries.
```yaml
- name: Build image
run: docker build . --file Dockerfile --tag $…
-
this issue has been existing from kamal 1
```
ERROR (SSHKit::Command::Failed): Exception while executing on host 20.64.146.45: docker exit status: 1
docker stdout: Nothing written
docker stder…