Skip to content

Commit b31672c

Browse files
committed
user part of docker group
1 parent e00d3a7 commit b31672c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docker-compose.bibigrid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22
services:
33
simplevm-client:
44
container_name: simplevm-client
5-
image: denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
5+
image: quay.io/denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
66
ports:
77
- ${CLIENT_PORT}:9090
88
env_file:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22
services:
33
simplevm-client:
44
container_name: simplevm-client
5-
image: denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
5+
image: quay.io/denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
66
ports:
77
- ${CLIENT_PORT}:9090
88
env_file:

plays/setup_basics.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,10 @@
7474
images_filter:
7575
dangling: false
7676
networks: yes
77+
78+
- name: "Ensure the user {{ ansible_user }} is part of the docker group"
79+
user:
80+
name: "{{ ansible_user }}"
81+
groups: docker
82+
append: yes
83+
tags: always

0 commit comments

Comments
 (0)