-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
10 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,9 +25,17 @@ mkdir -p ~/.local/share/bash-completion/completions | |
podman completion bash > ~/.local/share/bash-completion/completions/podman | ||
``` | ||
|
||
Some users who have set up podman sockets in the past may get errors with `module load docker-compose`. If you do then do the following and then re-run it. | ||
```bash | ||
/dls_sw/apps/setup-podman/setup.sh | ||
sed -i ~/.config/containers/containers.conf -e '/label=false/d' -e '/^\[containers\]$/a label=false' | ||
``` | ||
|
||
### Local Developer Environment | ||
To launch a development environment on a workstation, including phoebus: | ||
```bash | ||
git clone [email protected]:gilesknap/bl01t.git | ||
cd bl01t | ||
alias ec='podman compose' # just for convenience | ||
export COMPOSE_PROFILES=develop UIDGID=0:0 EPICS_CA_ADDR_LIST=127.0.0.1 | ||
ec up -d | ||
|
@@ -50,7 +58,7 @@ ec exec bl01t-di-cam-01 bash | |
# delete a service (deletes the container) | ||
ec down bl01t-di-cam-01 | ||
# create and launch a single service (plus its dependencies) | ||
ec up bl01tt-di-cam-01 -d | ||
ec up bl01t-di-cam-01 -d | ||
``` | ||
|
||
### Deploy To Beamline Servers | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters